summaryrefslogtreecommitdiff
blob: 0b4465701b7a191a39f3ede61c68d7153616f227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: util-vserver-0.30.210/scripts/vserver.functions
===================================================================
--- util-vserver-0.30.210.orig/scripts/vserver.functions
+++ util-vserver-0.30.210/scripts/vserver.functions
@@ -291,9 +291,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";;