From 88376b157756227250c46355a3f317caf8ccbfe7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 6 Jan 2013 09:14:39 +0000 Subject: [PATCH] /etc/init.d/scst: Revert r4151 and hence restore r4023 since this setting is needed again for openSUSE 12.2 systems git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4684 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 027b7b9a8..6541905bb 100755 --- a/scstadmin/init.d/scst +++ b/scstadmin/init.d/scst @@ -53,6 +53,7 @@ cat <<"EOF" if [ -e /lib/lsb/init-functions ]; then # Debian, RHEL, Fedora, SLES and openSUSE. + SYSTEMD_NO_WRAP="true" . /lib/lsb/init-functions else # Slackware (Gentoo has these functions).