SVN: rc-scripts/branches/busybox/rc.d/rc.shutdown

baggins baggins at pld-linux.org
Thu Mar 26 15:01:11 CET 2009


Author: baggins
Date: Thu Mar 26 15:01:10 2009
New Revision: 10258

Modified:
   rc-scripts/branches/busybox/rc.d/rc.shutdown
Log:
- -p is unknown to bb halt


Modified: rc-scripts/branches/busybox/rc.d/rc.shutdown
==============================================================================
--- rc-scripts/branches/busybox/rc.d/rc.shutdown	(original)
+++ rc-scripts/branches/busybox/rc.d/rc.shutdown	Thu Mar 26 15:01:10 2009
@@ -168,7 +168,7 @@
 		       [ -x /sbin/poweroff-ups ] && /sbin/poweroff-ups
 	       fi
 	fi
-	[ "$previous" != "unknown" ] && eval halt -p -f
+	[ "$previous" != "unknown" ] && eval halt -f
 else
 	show "Please stand by while rebooting the $_rebootwhat"; ok
 	if [ -f /fastboot ]; then


More information about the pld-cvs-commit mailing list