From c49e2efbe60b3b65bc3424af0f1e34badf77b537 Mon Sep 17 00:00:00 2001 From: ankry Date: Sat, 7 Dec 2002 23:49:19 +0000 Subject: [PATCH] - fix improper usage of %%{_sysconfdir} Changed files: ftpd-BSD.spec -> 1.55 --- ftpd-BSD.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftpd-BSD.spec b/ftpd-BSD.spec index eff217b..6006e4a 100644 --- a/ftpd-BSD.spec +++ b/ftpd-BSD.spec @@ -109,7 +109,7 @@ fi %doc README* %attr(755,root,root) %{_sbindir}/ftpd-BSD %dir %{_sysconfdir}/ftpd -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pam.d/ftp +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/ftp %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ftpd/ftpusers %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/ftpd %dir /home/services/ftp -- 2.43.0