/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
This commit is contained in:
Bart Van Assche
2011-08-17 08:27:18 +00:00
parent 832968b65e
commit 34714117d1

View File

@@ -349,7 +349,7 @@ depend() {
}
checkconfig() {
test -e $SCST_CFG
true
}
start() {