SPECS: netmrg.spec - fixed perms

dzeus dzeus at pld-linux.org
Mon Apr 7 22:41:37 CEST 2008


Author: dzeus                        Date: Mon Apr  7 20:41:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed perms

---- Files affected:
SPECS:
   netmrg.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/netmrg.spec
diff -u SPECS/netmrg.spec:1.20 SPECS/netmrg.spec:1.21
--- SPECS/netmrg.spec:1.20	Tue Nov 20 02:15:00 2007
+++ SPECS/netmrg.spec	Mon Apr  7 22:41:32 2008
@@ -91,7 +91,6 @@
 echo "Before first run read %{_docdir}/%{name}-%{version}/INSTALL how to put
 %{_datadir}/netmrg/db/netmrg.mysql in your mysql server"
 
-
 %preun
 if [ "$1" = "0" ]; then
 	umask 027
@@ -115,10 +114,10 @@
 %attr(755,root,root) %{_bindir}/rrdedit
 %{_datadir}/%{name}
 %dir %{_pkglibdir}
-%attr(700,http,http) %dir %{_pkglibdir}/rrd
-%attr(700,http,http) %{_pkglibdir}/rrd/*
-%attr(770,http,http) %dir /var/log/netmrg
-%attr(660,http,http) /var/log/netmrg/*
+%attr(770,root,http) %dir %{_pkglibdir}/rrd
+%attr(770,root,http) %{_pkglibdir}/rrd/*
+%attr(770,root,http) %dir /var/log/netmrg
+%attr(660,root,http) /var/log/netmrg/*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/*
 %{_mandir}/*/*
@@ -129,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2008-04-07 20:41:32  dzeus
+- fixed perms
+
 Revision 1.20  2007-11-20 01:15:00  glen
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/netmrg.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list