don't call /halt/reboot -f for gentoo init style, but rather just exit, since we...
[util-vserver.git] / distrib / gentoo / shutdown.sh
index be53971..c5fcea9 100644 (file)
@@ -2,4 +2,4 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # gentoo init style needs this (and nothing else)
-/sbin/halt -f
+exit 0