Package: no-ip Version: 2.1.1-4+etch1 Severity: normal Tags: patch Please see the modified configuration file: /etc/init.d/no-ip This should solve the problem and allow systems to switch to the more efficient dependency-based boot sequence using sysv-rc.
After patching the script, users should run 'dpkg-reconfigure sysv-rc' as root. Patch file should be attached to this report. Please review. Hopefully, this works. -- System Information: Debian Release: 6.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages no-ip depends on: ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib no-ip recommends no packages. no-ip suggests no packages. -- Configuration Files: /etc/init.d/no-ip changed: DAEMON=/usr/bin/no-ip NAME=no-ip test -x $DAEMON || exit 0 case "$1" in start) echo -n "Starting dynamic address update: " start-stop-daemon --start --exec $DAEMON echo "no-ip." ;; stop) echo -n "Shutting down dynamic address update: " start-stop-daemon --stop --exec $DAEMON echo "no-ip." ;; force-reload|restart) echo -n "Restarting dynamic address update: " start-stop-daemon --stop --oknodo --retry 30 --exec $DAEMON start-stop-daemon --start --exec $DAEMON echo "no-ip." ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 esac exit 0 -- no debconf information *** /home/blake/no-ip.patch --- no-ip.orig 2004-07-22 08:38:54.000000000 -0400 +++ no-ip 2011-01-19 22:26:14.000000000 -0500 @@ -5,6 +5,15 @@ # Modified for Debian GNU/Linux by Eivind L. Rygge <eiv...@rygge.org> # Modified too by Otavio Salvador <ota...@debian.org> +### BEGIN INIT INFO +# Provides: no-ip +# Required-Start: $local_fs $remote_fs $network $syslog $named +# Required-Stop: $local_fs $remote_fs $network $syslog $named +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start/stop no-ip daemon +### END INIT INFO + DAEMON=/usr/bin/no-ip NAME=no-ip -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org