SPECS: apcupsd.spec - perms fix
mwinkler
mwinkler at pld-linux.org
Thu Jan 12 19:34:05 CET 2006
Author: mwinkler Date: Thu Jan 12 18:34:05 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- perms fix
---- Files affected:
SPECS:
apcupsd.spec (1.66 -> 1.67)
---- Diffs:
================================================================
Index: SPECS/apcupsd.spec
diff -u SPECS/apcupsd.spec:1.66 SPECS/apcupsd.spec:1.67
--- SPECS/apcupsd.spec:1.66 Thu Jan 12 19:28:48 2006
+++ SPECS/apcupsd.spec Thu Jan 12 19:34:00 2006
@@ -138,10 +138,9 @@
%attr(754,root,root) %{_sysconfdir}/onbattery
%attr(754,root,root) %{_sysconfdir}/offbattery
%if %{with cgi}
-%attr(754,root,root) %{_sysconfdir}/hosts.conf
-%attr(754,root,root) %{_sysconfdir}/multimon.conf
-#move to cgi-bin ??
-%attr(754,root,root) %{_sysconfdir}/*.css
+%attr(644,root,root) %{_sysconfdir}/hosts.conf
+%attr(644,root,root) %{_sysconfdir}/multimon.conf
+%attr(644,root,root) %{_sysconfdir}/apcupsd.css
%endif
%attr(754,root,root) /etc/rc.d/init.d/apcupsd
%attr(754,root,root) /etc/rc.d/init.d/halt
@@ -163,6 +162,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.67 2006/01/12 18:34:00 mwinkler
+- perms fix
+
Revision 1.66 2006/01/12 18:28:48 mwinkler
- bcond with cgi program
- todo: move cgi to better place, css fix
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apcupsd.spec?r1=1.66&r2=1.67&f=u
More information about the pld-cvs-commit
mailing list