From d2d0d232b2371f86c7b14702a5bd774f14b4d3d8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Feb 2015 13:48:29 +0000 Subject: [PATCH] /etc/init.d/scst: Exit with status code 0 upon start if already running (merge r5912 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6123 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 d4b1e4f33..c92180a0a 100755 --- a/scstadmin/init.d/scst +++ b/scstadmin/init.d/scst @@ -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