SPECS: argus.spec - fix permissions
alucard
alucard at pld-linux.org
Thu Mar 1 12:48:33 CET 2007
Author: alucard Date: Thu Mar 1 11:48:33 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix permissions
---- Files affected:
SPECS:
argus.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/argus.spec
diff -u SPECS/argus.spec:1.14 SPECS/argus.spec:1.15
--- SPECS/argus.spec:1.14 Tue Feb 27 22:35:22 2007
+++ SPECS/argus.spec Thu Mar 1 12:48:28 2007
@@ -100,8 +100,8 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
-%dir %{_var}/log/%{name}
-%attr(640,argus,root,) %ghost %{_var}/log/%{name}/%{name}.log
+%attr(770,root,argus) %dir %{_var}/log/%{name}
+%attr(660,root,argus) %ghost %{_var}/log/%{name}/%{name}.log
%{_mandir}/man5/argus.conf.5*
%{_mandir}/man8/argus.8*
@@ -111,6 +111,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/03/01 11:48:28 alucard
+- fix permissions
+
Revision 1.14 2007/02/27 21:35:22 alucard
- "typo"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/argus.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list