don't call /halt/reboot -f for gentoo init style, but rather just exit, since we...
authorBenedikt Boehm <hollow@gentoo.org>
Fri, 27 Apr 2007 08:42:28 +0000 (08:42 +0000)
committerBenedikt Boehm <hollow@gentoo.org>
Fri, 27 Apr 2007 08:42:28 +0000 (08:42 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2535 94cd875c-1c1d-0410-91d2-eb244daf1a30

distrib/gentoo/reboot.sh
distrib/gentoo/shutdown.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
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