From fcebe8bc0f98feaa9c859b659de37febe4eb8ebf Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 12 Sep 2006 10:50:36 +0000 Subject: [PATCH] Apply Christian Heim's patch to deprecate the Gentoo initstyle git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2292 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- scripts/vserver.functions | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/vserver.functions b/scripts/vserver.functions index c71c761..7a9b6a8 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -292,9 +292,7 @@ function _generateInitOptions ;; (xgentoo) - INITCMD_START=( /sbin/rc default ) - INITCMD_STOP=( /sbin/rc shutdown ) - ;; + panic "init-style '$INITSTYLE' is no longer supported; please use plain instead; aborting";; (x) ;; (*) panic "Unknown init-style '$INITSTYLE'; aborting";; -- 1.8.1.5