]> git.pld-linux.org Git - packages/libcgroup.git/commitdiff
- typo
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 8 Feb 2011 19:18:57 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove ignored parameter

Changed files:
    cgred.init -> 1.6

cgred.init

index 89f64f39cc0d104793ad2593f6bd6e20217f22d6..9ff5329c0ce74bb6a14d1a4bbda3c85fc1f199b5 100644 (file)
@@ -29,7 +29,7 @@ start() {
                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 @@ start() {
                [ -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
This page took 0.096325 seconds and 4 git commands to generate.