Apply Christian Heim's patch to deprecate the Gentoo initstyle
[util-vserver.git] / scripts / vserver.functions
index c71c761..7a9b6a8 100644 (file)
@@ -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";;