From 110af55391e8c83573ebf8024f50c3b9cbbfb986 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 25 Jan 2012 18:47:35 +0000 Subject: [PATCH] /etc/init.d/scst: Clarify comments (merged r3996 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4091 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/init.d/scst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scstadmin/init.d/scst b/scstadmin/init.d/scst index 5b3a3fdc8..abb8105d2 100755 --- a/scstadmin/init.d/scst +++ b/scstadmin/init.d/scst @@ -52,11 +52,11 @@ cat <<"EOF" # if [ -e /lib/lsb/init-functions ]; then - # Debian, RHEL / Fedora, SLES / openSUSE. + # Debian, RHEL, Fedora, SLES and openSUSE. SYSTEMD_NO_WRAP="true" . /lib/lsb/init-functions else -# Slackware. + # Slackware (Gentoo has these functions). log_success_msg() { echo "$@" } @@ -81,7 +81,7 @@ cat <<"EOF" SCST_CFG=/etc/scst.conf if [ ! -e /lib/lsb/init-functions ]; then -# Slackware / Gentoo. + # Slackware and Gentoo. rc_status() { _rc_status_ret=$? for i; do