SPECS: nagios-grapher.spec - initscript needs chkconfig support

glen glen at pld-linux.org
Mon Jul 17 19:01:37 CEST 2006


Author: glen                         Date: Mon Jul 17 17:01:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initscript needs chkconfig support

---- Files affected:
SPECS:
   nagios-grapher.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/nagios-grapher.spec
diff -u SPECS/nagios-grapher.spec:1.29 SPECS/nagios-grapher.spec:1.30
--- SPECS/nagios-grapher.spec:1.29	Thu Jun 29 01:30:19 2006
+++ SPECS/nagios-grapher.spec	Mon Jul 17 19:01:32 2006
@@ -1,11 +1,11 @@
 # $Revision$, $Date$
-#TODO
+# TODO
 # - add file in BUILD/.../{contrib,tools} 
 # - send directory layout for PLD to author, add path to rrd font
 # - change path for rrd font
 # - bconds
-# - remowe/subpackage *.c contrib files
-
+# - remove/subpackage *.c contrib files
+# - service nagios-grapher does not support chkconfig
 Summary:	Plugins for Nagios to integration with RRDTool
 Summary(pl):	Wtyczka dla Nagiosa integrująca z RRDTool
 Name:		nagios-grapher
@@ -95,13 +95,13 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/chkconfig --add %{name}
+#/sbin/chkconfig --add %{name}
 %service %{name} restart
 
 %preun
 if [ "$1" = "0" ]; then
 	%service -q %{name} stop
-	/sbin/chkconfig --del %{name}
+#	/sbin/chkconfig --del %{name}
 fi
 
 %files
@@ -127,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2006/07/17 17:01:32  glen
+- initscript needs chkconfig support
+
 Revision 1.29  2006/06/28 23:30:19  wolvverine
 - add doc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nagios-grapher.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list