From 34714117d1ac95c04c4e486fc376eab5e54f0ccd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 17 Aug 2011 08:27:18 +0000 Subject: [PATCH] /etc/init.d/scst, Gentoo: do not require that /etc/scst.conf exists when starting SCST. Makes the init script behavior on Gentoo consistent with LSB-compliant distributions. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3816 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/init.d/scst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scstadmin/init.d/scst b/scstadmin/init.d/scst index de97e2d70..0f80d42d0 100755 --- a/scstadmin/init.d/scst +++ b/scstadmin/init.d/scst @@ -349,7 +349,7 @@ depend() { } checkconfig() { - test -e $SCST_CFG + true } start() {