packages: libcgroup/cgred.init - typo - remove ignored parameter

baggins baggins at pld-linux.org
Tue Feb 8 20:19:02 CET 2011


Author: baggins                      Date: Tue Feb  8 19:19:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- typo
- remove ignored parameter

---- Files affected:
packages/libcgroup:
   cgred.init (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/libcgroup/cgred.init
diff -u packages/libcgroup/cgred.init:1.5 packages/libcgroup/cgred.init:1.6
--- packages/libcgroup/cgred.init:1.5	Tue Feb  8 18:58:25 2011
+++ packages/libcgroup/cgred.init	Tue Feb  8 20:18:57 2011
@@ -29,7 +29,7 @@
 		return
 	fi
 
-	msg_staring "CGroup Rules Engine Daemon"
+	msg_starting "CGroup Rules Engine Daemon"
 	# Read in configuration options.
 	OPTIONS=""
 	if [ -f /etc/sysconfig/cgred.conf ]; then
@@ -41,7 +41,7 @@
 		[ -n "$SOCKET_GROUP" ] && OPTIONS="$OPTIONS -g $SOCKET_GROUP"
 	fi
 
-	daemon --check cgred --pidfile /var/run/cgred.pid /sbin/cgrulesengd $OPTIONS
+	daemon --pidfile /var/run/cgred.pid /sbin/cgrulesengd $OPTIONS
 	RETVAL=$?
 	if [ $RETVAL -ne 0 ]; then
 		return 7
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libcgroup/cgred.init?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list