]> git.pld-linux.org Git - packages/djbdns.git/commitdiff
- unify %attr() %ghost order
authorsparky <sparky@pld-linux.org>
Sat, 27 Feb 2010 21:11:13 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    djbdns.spec -> 1.89

djbdns.spec

index 7f7c5a22873504c08975fb2494493e2b267b878b..03d6748adf9e26058ac17896066d74e6515f5b70 100644 (file)
@@ -1016,7 +1016,7 @@ fi
 %dir %{_sysconfdir}/dnscache/root/servers
 %config %attr(600,root,root) %{_sysconfdir}/dnscache/root/ip/*
 %config %{_sysconfdir}/dnscache/root/servers/*
-%ghost %attr(600,root,root) %{_sysconfdir}/dnscache/seed
+%attr(600,root,root) %ghost %{_sysconfdir}/dnscache/seed
 %{_mandir}/man8/dnscache*
 /service/dnscache
 
@@ -1042,7 +1042,7 @@ fi
 %dir %{_sysconfdir}/dnscachex/root/servers
 %config %attr(600,root,root) %{_sysconfdir}/dnscachex/root/ip/*
 %config %{_sysconfdir}/dnscachex/root/servers/*
-%ghost %attr(600,root,root) %{_sysconfdir}/dnscachex/seed
+%attr(600,root,root) %ghost %{_sysconfdir}/dnscachex/seed
 /service/dnscachex
 
 %files tinydns
This page took 0.110379 seconds and 4 git commands to generate.