Package: pdns-server
Version: 2.9.21-1
Severity: normal

        Hi!

 The /etc/init.d/pnds script does the following:

#v+
cd $SOCKETPATH

[...]

        force-reload | restart)
                echo -n "Restarting PowerDNS authoritative nameserver: "
                echo -n stopping and waiting..
                doPC quit
                sleep 3
                echo done
                $0 start
        ;;
        reload)
                echo -n "Reloading PowerDNS authoritative nameserver: "
                if test "$NOTRUNNING" = "0"; then
                        doPC cycle
                        echo requested reload
                else
                        echo not running yet
                        $0 start
                fi
        ;;
#v-

 This obviously fails when one doesn't call the script with an absolute
path.

 Thanks,
Rhonda



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to