]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- yeah, there's definately point of unset and then set again on restart/reload
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Jul 2007 18:26:16 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vprocunhide.init -> 1.8

vprocunhide.init

index 2b443fcbb60dcdc49ac22908ae980f7300dc8748..936b4efa62005cda0dcbd9d24bd880513d788897 100644 (file)
@@ -48,16 +48,12 @@ stop() {
 }
 
 case "$1" in
-start)
+start|restart|reload)
        start
        ;;
 stop)
        stop
        ;;
-restart|reload)
-       stop
-       start
-       ;;
 status)
        if [ -f /var/lock/subsys/vprocunhide ] ; then
                echo "vservers /proc entries were fixed"
This page took 0.068192 seconds and 4 git commands to generate.