SOURCES: nagios-grapher.init - fix syntax

glen glen at pld-linux.org
Sun Nov 30 16:16:27 CET 2008


Author: glen                         Date: Sun Nov 30 15:16:27 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix syntax

---- Files affected:
SOURCES:
   nagios-grapher.init (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/nagios-grapher.init
diff -u SOURCES/nagios-grapher.init:1.3 SOURCES/nagios-grapher.init:1.4
--- SOURCES/nagios-grapher.init:1.3	Sun Nov 30 15:34:55 2008
+++ SOURCES/nagios-grapher.init	Sun Nov 30 16:16:22 2008
@@ -35,7 +35,7 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/nagios-grapher ]; then
 		msg_starting "Nagios Grapher collector"
-		daemon --user=nagios /usr/lib/nagios/grapher/collect2.pl
+		daemon --user nagios /usr/lib/nagios/grapher/collect2.pl
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/nagios-grapher
 	else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nagios-grapher.init?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list