rc-scripts/trunk/rc.d/rc.shutdown

baggins cvs at pld-linux.org
Thu Jan 12 17:01:42 CET 2006


Author: baggins
Date: Thu Jan 12 17:01:39 2006
New Revision: 6796

Modified:
   rc-scripts/trunk/rc.d/rc.shutdown
Log:
- cleanup


Modified: rc-scripts/trunk/rc.d/rc.shutdown
==============================================================================
--- rc-scripts/trunk/rc.d/rc.shutdown	(original)
+++ rc-scripts/trunk/rc.d/rc.shutdown	Thu Jan 12 17:01:39 2006
@@ -46,9 +46,7 @@
 	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 @@
 	else
 		fail
 	fi
-fi
-
-if ! is_yes "$VSERVER"; then
 	_rebootwhat="system"
 else
 	_rebootwhat="vserver"


More information about the pld-cvs-commit mailing list