Author: gotar Date: Thu Sep 1 11:11:21 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - quagga:quagga for /var/log/quagga - logs are created after dropping privileges
---- Files affected: SPECS: quagga.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/quagga.spec diff -u SPECS/quagga.spec:1.27 SPECS/quagga.spec:1.28 --- SPECS/quagga.spec:1.27 Thu Jun 16 14:07:42 2005 +++ SPECS/quagga.spec Thu Sep 1 13:11:16 2005 @@ -4,7 +4,7 @@ Summary(pl): Zestaw oprogramowania do routingu Name: quagga Version: 0.99.1 -Release: 2 +Release: 3 License: GPL Group: Networking/Daemons Source0: http://www.quagga.net/download/%{name}-%{version}.tar.gz @@ -430,7 +430,7 @@ %config(noreplace) %verify(not md5 mtime size) %attr(660,root,quagga) %{_sysconfdir}/zebra.conf %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/zebra %dir %attr(770,root,quagga) /var/run/%{name} -%dir %attr(750,root,root) /var/log/%{name} +%dir %attr(750,quagga,quagga) /var/log/%{name} %dir %attr(750,root,root) /var/log/archiv/%{name} %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %doc zebra/*sample* @@ -524,6 +524,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2005/09/01 11:11:16 gotar +- quagga:quagga for /var/log/quagga - logs are created after dropping privileges + Revision 1.27 2005/06/16 12:07:42 wiget - fixed typo in Source34 and Source35 - build IS-IS deamon and package it in isisd subpackage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/quagga.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
