/etc/init.d/scst: Exit with status code 0 upon 'start' if already running

Reported-by: Dimitar Tanev <dimitar@linuxdevgroup.org>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5912 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-12-04 12:19:56 +00:00
parent 5ce36973f7
commit 0717d99a62
+1 -1
View File
@@ -210,7 +210,7 @@ unload_scst() {
start_scst() {
if [ -e /sys/module/scst -a -e /sys/module/scst/refcnt ]; then
echo Already started
return 1
return 0
fi
parse_scst_conf