]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- remove remnants from template.init
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 00:41:26 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd.init -> 1.15

pdnsd.init

index fe09807974e62dfdbfe336d2c9c3252865c5c4dc..b1c55844fec6b3df90ad44bbc40b9a4b625b6111 100644 (file)
@@ -49,7 +49,6 @@ case "$1" in
   stop)
        if [ -f /var/lock/subsys/pdns ]; then
                # Stop daemons.
-               # show "Stopping %s service" pdns
                msg_stopping Pdns
                killproc pdnsd
                rm -f /var/lock/subsys/pdns >/dev/null 2>&1
@@ -77,7 +76,6 @@ case "$1" in
        exit $?
        ;;
   *)
-       # show "Usage: %s {start|stop|restart|reload|force-reload|status}"
        msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
        exit 3
 esac
This page took 0.026268 seconds and 4 git commands to generate.