]> TLD Linux GIT Repositories - rc-scripts.git/blobdiff - rc.d/init.d/netfs
- drop unused vserver stuff
[rc-scripts.git] / rc.d / init.d / netfs
index ab00e6dda4ccd81b0d67cc021abf703a613a5501..19738b780a395d0025a96d73bd2628d9f59ec6cb 100755 (executable)
@@ -15,7 +15,7 @@
 . /etc/rc.d/init.d/cryptsetup
 . /etc/sysconfig/network
 
-if is_yes "$VSERVER" || [[ "$container" = lxc* ]]; then
+if [[ "$container" = lxc* ]]; then
        exit 0
 fi
 
@@ -173,28 +173,16 @@ RETVAL=0
 # See how we were called.
 case "$1" in
   start)
-       if is_yes "$VSERVER_ISOLATION_NET"; then
-               exit 0
-       fi
        start
        ;;
   stop)
-       if is_yes "$VSERVER_ISOLATION_NET"; then
-               exit 0
-       fi
        stop
        ;;
   restart)
-       if is_yes "$VSERVER_ISOLATION_NET"; then
-               exit 0
-       fi
        stop
        start
        ;;
   reload)
-       if is_yes "$VSERVER_ISOLATION_NET"; then
-               exit 0
-       fi
        start
        ;;
   status)