]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- cleanup
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 12 Jan 2006 16:01:39 +0000 (16:01 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 12 Jan 2006 16:01:39 +0000 (16:01 +0000)
svn-id: @6796

rc.d/rc.shutdown

index 75b14a4d10908acdff0b69ce47510ebef01be67c..dda7990d960d2436371755c50a8f2225ce5c84e0 100755 (executable)
@@ -46,9 +46,7 @@ if ! is_yes "$VSERVER"; then
        if [ -x /sbin/quotaoff ]; then
                run_cmd "Turning off quotas for local filesystems" /sbin/quotaoff -a
        fi
-fi
 
-if ! is_yes "$VSERVER"; then
        # Unmount file systems, killing processes if we have to.
        sig=-15
        retry=3
@@ -119,9 +117,6 @@ if ! is_yes "$VSERVER"; then
        else
                fail
        fi
-fi
-
-if ! is_yes "$VSERVER"; then
        _rebootwhat="system"
 else
        _rebootwhat="vserver"
This page took 0.051997 seconds and 4 git commands to generate.