[packages/apinger] - call stop if stop is requested

hawk hawk at pld-linux.org
Wed Jul 25 18:27:32 CEST 2012


commit 3f9ce170e48fc27342bbebe586f53316371901a8
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Wed Jul 25 16:30:24 2012 +0000

    - call stop if stop is requested

 apinger.init | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/apinger.init b/apinger.init
index 14bf0cc..0a10ab2 100644
--- a/apinger.init
+++ b/apinger.init
@@ -43,6 +43,7 @@ case "$1" in
   	start
 	;;
   stop)
+  	stop
 	;;
   status)
 	status apinger


More information about the pld-cvs-commit mailing list