Hello, the subject says everything and below is the diff :) Cheers, Sandro
------------------------------ debian/changelog ------------------------------- index 678ec13..9aa0b97 100644 @@ -1,3 +1,13 @@ +gkrellm (2.3.1-8) testing-proposed-updates; urgency=low + + * debian/control + - set me as maintainer, see #494725 + * debian/gkrellmd.init + - add '--oknodo' option where missing; thanks to Daniel Dickinson for the + bug repot and Patrick Matthäi for the patch; Closes: #506059 + + -- Sandro Tosi <[email protected]> Tue, 23 Dec 2008 22:00:20 +0100 + gkrellm (2.3.1-7) unstable; urgency=low * Fixed restarting issues in init file and stopping errors. (Closes: #493077) -------------------------------- debian/control -------------------------------- index e99e514..448f7b6 100644 @@ -1,7 +1,7 @@ Source: gkrellm Section: x11 Priority: optional -Maintainer: Jose Luis Rivas <[email protected]> +Maintainer: Sandro Tosi <[email protected]> Standards-Version: 3.8.0 Build-Depends: gdk-imlib1-dev, libglib2.0-dev, libgtk2.0-dev, debhelper (>= 5), libsm-dev, x11proto-core-dev, gettext, libgnutls-dev, quilt, cdbs Vcs-git: git://git.rivco.info/debian/gkrellm.git ----------------------------- debian/gkrellmd.init ----------------------------- index 4749695..2af2732 100644 @@ -26,7 +26,7 @@ set -e case "$1" in start) echo -n "Starting $DESC: " - start-stop-daemon --start --quiet \ + start-stop-daemon --start --quiet --oknodo \ --exec $DAEMON -- --pidfile /var/run/$NAME.pid $DAEMON_OPTS echo "$NAME." ;; @@ -58,7 +58,7 @@ case "$1" in start-stop-daemon --stop --quiet --pidfile \ /var/run/$NAME.pid --exec $DAEMON --oknodo sleep 1 - start-stop-daemon --start --quiet --pidfile \ + start-stop-daemon --start --quiet --oknodo --pidfile \ /var/run/$NAME.pid --exec $DAEMON -- --pidfile /var/run/$NAME.pid $DAEMON_OPTS echo "$NAME." ;; -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

