don't call /halt/reboot -f for gentoo init style, but rather just exit, since we...
[util-vserver.git] / distrib / gentoo / reboot.sh
index 06e6896..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/reboot -f
+exit 0