]> git.pld-linux.org Git - packages/inn.git/commitdiff
- inn is now stoped by ctlinnd shutdown
authorwaszi <waszi@pld-linux.org>
Wed, 1 Dec 1999 09:47:15 +0000 (09:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inn.init -> 1.5

inn.init

index c8b3d408a129c95068f4056bd00ba528d6965db0..1127d81aba78b17e5a2f0a21da3723c94e68fc62 100644 (file)
--- a/inn.init
+++ b/inn.init
@@ -44,8 +44,12 @@ case "$1" in
   stop)
        if [ -f /var/run/news/innd.pid ]; then
            show Stopping INN service
-           killproc innd
-           rm -f /var/run/news/innd.pid
+           busy
+           if ctlinnd shutdown "Stopping INN service"; then
+               deltext;ok
+           else
+               deltext;died
+           fi
        fi
 
        if [ -f /var/run/news/innwatch.pid ]; then
This page took 1.433682 seconds and 4 git commands to generate.