start to track Daniel's version
[util-vserver.git] / sysv / v_gated.subst
diff --git a/sysv/v_gated.subst b/sysv/v_gated.subst
deleted file mode 100755 (executable)
index 294857a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# chkconfig: - 32 75
-# description: Wrapper to start gated bound to a single IP
-
-# normally, you will need /etc/vservices/gated.conf
-# with the following line
-# IP=0.0.0.0
-# so gated is started without restriction even if you
-# restart it from an ssh session, itself "chbounded" to a single
-# IP.
-USR_LIB_VSERVER=/usr/lib/util-vserver
-exec $USR_LIB_VSERVER/vsysvwrapper gated $*
-