From: Daniel Hokka Zakrisson Date: Tue, 12 Sep 2006 10:50:36 +0000 (+0000) Subject: Apply Christian Heim's patch to deprecate the Gentoo initstyle X-Git-Tag: release-0.30.211~63 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcebe8bc0f98feaa9c859b659de37febe4eb8ebf;p=util-vserver.git 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 --- 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";;