From a6a14247afbd63de7cbb5ac40b6bfeeb08286102 Mon Sep 17 00:00:00 2001 From: v2ray Date: Mon, 18 Jan 2016 10:48:42 +0100 Subject: [PATCH] remove workaround for centos 6. it doesn't work anyway. --- release/config/systemv/v2ray | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release/config/systemv/v2ray b/release/config/systemv/v2ray index 4909ded7a..839730f0b 100644 --- a/release/config/systemv/v2ray +++ b/release/config/systemv/v2ray @@ -26,15 +26,11 @@ DAEMON_OPTS="-config /etc/v2ray/config.json" [ -r /etc/default/$NAME ] && . /etc/default/$NAME # Load the VERBOSE setting and other rcS variables -if [ -f "/lib/init/vars.sh"]; then . /lib/init/vars.sh -fi -if [ -f "/lib/lsb/init-functions"]; then # Define LSB log_* functions. # Depend on lsb-base (>= 3.0-6) to ensure that this file is present. . /lib/lsb/init-functions -fi # # Function that starts the daemon/service