Author: glen Date: Tue Aug 4 23:44:00 2009 GMT Module: packages Tag: HEAD ---- Log message: - make /var/spool/nagios writable for nagios; rel 6
---- Files affected: packages/nagios: nagios.spec (1.134 -> 1.135) ---- Diffs: ================================================================ Index: packages/nagios/nagios.spec diff -u packages/nagios/nagios.spec:1.134 packages/nagios/nagios.spec:1.135 --- packages/nagios/nagios.spec:1.134 Tue Aug 4 22:24:55 2009 +++ packages/nagios/nagios.spec Wed Aug 5 01:43:55 2009 @@ -10,7 +10,7 @@ Summary(pt_BR.UTF-8): Programa para monitoração de máquinas e serviços Name: nagios Version: 3.1.2 -Release: 5 +Release: 6 License: GPL v2 Group: Networking Source0: http://dl.sourceforge.net/nagios/%{name}-%{version}.tar.gz @@ -379,7 +379,7 @@ %attr(664,root,nagios) %ghost %{_localstatedir}/%{name}.tmp %dir %{_var}/spool -%dir %{_var}/spool/%{name} +%attr(770,root,nagios) %dir %{_var}/spool/%{name} %attr(770,root,nagios) %dir %{_var}/spool/%{name}/checkresults %{_examplesdir}/%{name}-%{version} @@ -440,6 +440,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.135 2009/08/04 23:43:55 glen +- make /var/spool/nagios writable for nagios; rel 6 + Revision 1.134 2009/08/04 20:24:55 glen - typo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios/nagios.spec?r1=1.134&r2=1.135&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
