]> git.pld-linux.org Git - packages/opensmtpd.git/commitdiff
use pidfile for status
authorElan Ruusamäe <glen@delfi.ee>
Fri, 16 May 2014 06:21:11 +0000 (09:21 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 16 May 2014 06:21:11 +0000 (09:21 +0300)
opensmtpd.init

index 1128b68add05560b2dc321fc2dc749cf71d13a13..4ef1261302d03e8f381ce8671cc33cc58267cb80 100755 (executable)
@@ -87,7 +87,7 @@ case "$1" in
        condrestart 7
        ;;
   status)
-       status smtpd
+       status --pidfile $pidfile smtpd
        RETVAL=$?
        ;;
   *)
This page took 0.165896 seconds and 4 git commands to generate.