]> git.pld-linux.org Git - packages/libcgroup.git/commitdiff
- fix killproc usage
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 8 Feb 2011 19:52:48 +0000 (19:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cgred.init -> 1.7

cgred.init

index 9ff5329c0ce74bb6a14d1a4bbda3c85fc1f199b5..dc1b6401b9170b030c3d1f3de51c791f980100d3 100644 (file)
@@ -57,7 +57,7 @@ stop() {
        fi
 
        msg_stopping "CGroup Rules Engine Daemon"
-       killproc -p /var/run/cgred.pid cgrulesengd -TERM
+       killproc --pidfile /var/run/cgred.pid cgrulesengd -TERM
        RETVAL=$?
        if [ $RETVAL -eq 0 ] ; then
                rm -f /var/lock/subsys/cgred /var/run/cgred.pid
This page took 0.082076 seconds and 4 git commands to generate.