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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to