]> git.pld-linux.org Git - packages/dftpd.git/commitdiff
- adapterized (sorted %verify flags)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 12 Dec 2005 15:19:32 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dftpd.spec -> 1.15

dftpd.spec

index c5f9770bce3b8fc364b7b88d9d9f54ec7991f6a6..f32bd0c397d2a645c12e0f1451698b9dfbf36037 100644 (file)
@@ -55,6 +55,6 @@ chmod 0640 /etc/dftpd/utmp.dftp
 %dir %{_sysconfdir}/dftpd/sview
 %attr(755,root,root) %{_sysconfdir}/dftpd/plugins
 %attr(640,root,root) %ghost %{_sysconfdir}/dftpd/utmp.dftp
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dftpd/dftpd.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dftpd/passwd.dftp
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dftpd/group.dftp
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dftpd/dftpd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dftpd/passwd.dftp
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dftpd/group.dftp
This page took 0.065021 seconds and 4 git commands to generate.