]> git.pld-linux.org Git - packages/ddclient.git/commitdiff
switch to config file mode that does not yield warnings to logs
authorElan Ruusamäe <glen@delfi.ee>
Wed, 23 Sep 2015 05:57:57 +0000 (08:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 23 Sep 2015 05:57:57 +0000 (08:57 +0300)
ddclient.spec

index 8ca46d2974046b41c7034412e7e74303bb6be745..a39d1250c1f3ab4a8d7bec566d6619edbba8842e 100644 (file)
@@ -130,7 +130,8 @@ fi
 %doc ChangeLog Changelog.old README*
 %attr(755,root,root) %{_sbindir}/ddclient
 %dir %{_sysconfdir}/%{name}
-%attr(640,root,ddclient) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
+# switch to %attr(640,root,ddclient) when this gets resolution: https://sourceforge.net/p/ddclient/bugs/77/
+%attr(600,ddclient,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ddclient
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(755,root,root) /etc/NetworkManager/dispatcher.d/50-%{name}
This page took 0.05634 seconds and 4 git commands to generate.