[shellinabox/el5] Add missing killproc

Simone Caronni slaanesh at fedoraproject.org
Wed Jan 9 16:16:56 UTC 2013


commit f8e47f0e334d72aabf4f88f56adffc881daefc38
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Jan 9 17:09:20 2013 +0100

    Add missing killproc

 shellinaboxd.init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shellinaboxd.init b/shellinaboxd.init
index bc3b3f3..db7c55e 100644
--- a/shellinaboxd.init
+++ b/shellinaboxd.init
@@ -46,7 +46,7 @@ start() {
 
 stop() {
     echo -n $"Stopping $prog: "
-    # stop it here, often "killproc $prog"
+    killproc $prog
     retval=$?
     echo
     [ $retval -eq 0 ] && rm -f $lockfile


More information about the scm-commits mailing list