From d41a3a3cc9f8c5644e27ed3ba31aceaaceb99e54 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 26 Jul 2016 17:26:17 +0000 Subject: [PATCH] /etc/init.d/scst: Make this script work on recent versions of Ubuntu Linux git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6919 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/init.d/scst | 1 + 1 file changed, 1 insertion(+) diff --git a/scstadmin/init.d/scst b/scstadmin/init.d/scst index c906f32c2..b4dd07724 100755 --- a/scstadmin/init.d/scst +++ b/scstadmin/init.d/scst @@ -54,6 +54,7 @@ cat <<"EOF" if [ -e /lib/lsb/init-functions ]; then # Debian, RHEL, Fedora, SLES and openSUSE. SYSTEMD_NO_WRAP="true" + _SYSTEMCTL_SKIP_REDIRECT=1 . /lib/lsb/init-functions else # Slackware (Gentoo has these functions).