summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-vserver/patches/0.30.210-r18/030_all_condrestart.patch')
-rw-r--r--util-vserver/patches/0.30.210-r18/030_all_condrestart.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/util-vserver/patches/0.30.210-r18/030_all_condrestart.patch b/util-vserver/patches/0.30.210-r18/030_all_condrestart.patch
deleted file mode 100644
index 19e62c9..0000000
--- a/util-vserver/patches/0.30.210-r18/030_all_condrestart.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: util-vserver-0.30.210/scripts/vserver
-===================================================================
---- util-vserver-0.30.210.orig/scripts/vserver
-+++ util-vserver-0.30.210/scripts/vserver
-@@ -208,7 +208,7 @@ case "$2" in
- $cmd "$@"
- ;;
- (condrestart)
-- test ! isVserverRunning "$VSERVER_DIR" || restart
-+ ! isVserverRunning "$VSERVER_DIR" || restart
- ;;
- (exec)
- shift 2