I got the following:

>From   <David B.hm> david AT spacy myftp org
Sent    Sunday, June 17, 2007 11:25 pm
To      shaul AT debian org 
Subject inadyn startscript

  (Used  
   Google -> online translation -> http://translation2.paralink.com/
to translate it from German. The original message is at the bottom)

Hi Karl

ch has a small beauty mistake from the start script from inadym
remotely. Maybe you would like to take over the change in the parcel.

With restart erscheinte up to now the following issue:
Restarting dynamic DNA service updates utility: Stopping dynamic DNA
service updates utility: inadyn.
Starting dynamic DNA service updates utility: inadyn.
inadyn.

Now appears the following issue:
Restarting dynamic DNA service updates utility: inadyn.

Greetings

David

$ cat /etc/init.d/inadyn

#! /bin/sh
#
# init script for the dynamic DNS service update utility: inadyn

PATH=/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/inadyn
NAME="inadyn"
DESC="dynamic DNS service update utility"

start(){
        $DAEMON
}

stop(){
        killall $DAEMON
}

case "$1" in
  start)
        echo -n "Starting $DESC: "
        start
        echo "$NAME."
        ;;
        
  stop)
        echo -n "Stopping $DESC: "
        stop
        echo "$NAME."
        ;;
        
  #reload)
        #
        #       If the daemon can reload its config files on the fly
        #       for example by sending it SIGHUP, do it here.
        #
        #       If the daemon responds to changes in its config file
        #       directly anyway, make this a do-nothing entry.
        #
        # echo "Reloading $DESC configuration files."
        # start-stop-daemon --stop --signal 1 --quiet --pidfile \
        #       /var/run/$NAME.pid --exec $DAEMON
  #;;
  
  restart|force-reload)
        #
        #       If the "reload" option is implemented, move the "force-reload"
        #       option to the "reload" entry above. If not, "force-reload" is
        #       just the same as "restart".
        #
        echo -n "Restarting $DESC: "
        #start-stop-daemon --stop --quiet --pidfile \
        #       /var/run/$NAME.pid --exec $DAEMON -- $OPTIONS
        stop
        sleep 1
        start
        #start-stop-daemon --start --quiet --pidfile \
        #/var/run/$NAME.pid --exec $DAEMON -- $OPTIONS
        echo "$NAME."
        ;;
        
  *)
        N=/etc/init.d/$NAME
        # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
        echo "Usage: $N {start|stop|restart|force-reload}" >&2
        exit 1
        ;;
esac

exit 0
    
    --------------------------------------
    
Hi Karl

Ich habe einen kleinen Sch.nheitsfehler aus dem Startskript von inadym
entfernt. Vielleicht m.chtest du die .nderung in das Paket .bernehmen.

Beim restart erscheinte bisher folgende Ausgabe:
Restarting dynamic DNS service update utility: Stopping dynamic          DNS
service update utility: inadyn.
Starting dynamic DNS service update utility: inadyn.
inadyn.

Nun erscheint folgende Ausgabe:
Restarting dynamic DNS service update utility: inadyn.

Gr..e

David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to