SPECS: nagios-grapher.spec - correct path to cgi
wolvverine
wolvverine at pld-linux.org
Wed Jun 21 19:37:02 CEST 2006
Author: wolvverine Date: Wed Jun 21 17:37:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- correct path to cgi
---- Files affected:
SPECS:
nagios-grapher.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/nagios-grapher.spec
diff -u SPECS/nagios-grapher.spec:1.15 SPECS/nagios-grapher.spec:1.16
--- SPECS/nagios-grapher.spec:1.15 Wed Jun 21 19:06:46 2006
+++ SPECS/nagios-grapher.spec Wed Jun 21 19:36:57 2006
@@ -100,14 +100,14 @@
%doc README
%attr(754,root,root) /etc/rc.d/init.d/%{name}
#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
-%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios,750) %{_sysconfdir}/nagios/ngraph.d/*
-%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios,750) %{_sysconfdir}/nagios/*.ncfg
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios) %{_sysconfdir}/nagios/ngraph.d/*
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios) %{_sysconfdir}/nagios/*.ncfg
%dir %{_plugindir}
%attr(755,root,root) %{_plugindir}/*
-%attr(755,root,root) %{_datadir}/nagios/cgi/*
+%attr(755,root,root) %{_libdir}/nagios/cgi/*
%attr(755,root,root) %{perl_vendorlib}/*
%{_datadir}/nagios/images/*
-%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios,750) %{_var}/log/nagios/ngraph.log
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios) %{_var}/log/nagios/ngraph.log
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -115,6 +115,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/06/21 17:36:57 wolvverine
+- correct path to cgi
+
Revision 1.15 2006/06/21 17:06:46 wolvverine
- permision to file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nagios-grapher.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list