blob: 7fabe468b4e15437e3a3b43c812b702613967fd6 (
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
@@ -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";;
|