From c8fc2dd821ecd4aeecd82ac3af11a392c92ca71f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 15 Dec 2011 13:03:51 +0000 Subject: [PATCH] /etc/init.d/scst: clarify comments git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3996 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 3399177cf..8788371ea 100755 --- a/scstadmin/init.d/scst +++ b/scstadmin/init.d/scst @@ -52,10 +52,10 @@ cat <<"EOF" # if [ -e /lib/lsb/init-functions ]; then - # Debian, RHEL / Fedora, SLES / openSUSE. + # Debian, RHEL, Fedora, SLES and openSUSE. . /lib/lsb/init-functions else -# Slackware. + # Slackware (Gentoo has these functions). log_success_msg() { echo "$@" } @@ -80,7 +80,7 @@ cat <<"EOF" SCST_CFG=/etc/scst.conf if [ ! -e /lib/lsb/init-functions ]; then -# Slackware / Gentoo. + # Slackware and Gentoo. start_daemon() { "$@" >/dev/null 2>&1 & }