tags 550348 +patch tags 594603 +patch thanks Dear maintainer,
I've prepared an NMU for monopd (versioned as 0.9.3-4.1). The diff is attached to this message. Regards.
diff -u monopd-0.9.3/debian/monopd.init monopd-0.9.3/debian/monopd.init --- monopd-0.9.3/debian/monopd.init +++ monopd-0.9.3/debian/monopd.init @@ -33,8 +33,7 @@ start) echo -n "Starting $DESC: " start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ - --background --make-pidfile --exec \ - /bin/su nobody -- -c $DAEMON + --background --make-pidfile --chuid nobody --exec $DAEMON echo "$NAME." ;; stop) @@ -68,8 +67,7 @@ rm -f /var/run/$NAME.pid sleep 1 start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ - --background --make-pidfile --exec \ - /bin/su nobody -- -c $DAEMON + --background --make-pidfile --chuid nobody --exec $DAEMON echo "$NAME." ;; *) diff -u monopd-0.9.3/debian/changelog monopd-0.9.3/debian/changelog --- monopd-0.9.3/debian/changelog +++ monopd-0.9.3/debian/changelog @@ -1,3 +1,11 @@ +monopd (0.9.3-4.1) unstable; urgency=high + + * Non-maintainer upload. + * Fix init script (Closes: #550348, #594603) + * Urgency high due to RC bug fix + + -- Alexander Reichle-Schmehl <toli...@debian.org> Wed, 08 Sep 2010 14:29:02 +0200 + monopd (0.9.3-4) unstable; urgency=low * Add extra includes needed for compilation with current g++-4.3.