[packages/ddclient] switch to config file mode that does not yield warnings to logs

glen glen at pld-linux.org
Wed Sep 23 08:01:11 CEST 2015


commit b9e794e2766ce8026a8b5d9b3c8c81192a0f79cf
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Sep 23 08:57:57 2015 +0300

    switch to config file mode that does not yield warnings to logs

 ddclient.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ddclient.spec b/ddclient.spec
index 8ca46d2..a39d125 100644
--- a/ddclient.spec
+++ b/ddclient.spec
@@ -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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ddclient.git/commitdiff/91cda60246362580eb17efdb7ad7e0c6c434307c



More information about the pld-cvs-commit mailing list