Your message dated Thu, 07 Mar 2013 18:46:18 +0000
with message-id <[email protected]>
and subject line Bug#702327: Removed package(s) from unstable
has caused the Debian Bug report #487114,
regarding rpld: Error prevents init scripts from properly stopping
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
487114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487114
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rpld
Version: 1.8beta1-8.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu intrepid ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following:
* Fix init script to properly stop (LP: #1077).
We thought you might be interested in doing the same.
diff -u rpld-1.8beta1/debian/init.d rpld-1.8beta1/debian/init.d
--- rpld-1.8beta1/debian/init.d
+++ rpld-1.8beta1/debian/init.d
@@ -36,14 +36,12 @@
case "$1" in
start)
echo -n "Starting $DESC: $NAME"
- start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
- --exec $DAEMON
+ start-stop-daemon --start --quiet --exec $DAEMON
echo "."
;;
stop)
echo -n "Stopping $DESC: $NAME"
- start-stop-daemon --oknodo --stop --quiet --pidfile /var/run/$NAME.pid \
- --exec $DAEMON
+ start-stop-daemon --oknodo --stop --quiet --exec $DAEMON
echo "."
;;
#reload)
@@ -55,8 +53,7 @@
# 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
+ # start-stop-daemon --stop --signal 1 --quiet --exec $DAEMON
#;;
restart|force-reload)
#
@@ -65,11 +62,9 @@
# just the same as "restart".
#
echo -n "Restarting $DESC: $NAME"
- start-stop-daemon --oknodo --stop --quiet --pidfile /var/run/$NAME.pid \
- --exec $DAEMON
+ start-stop-daemon --oknodo --stop --quiet --exec $DAEMON
sleep 1
- start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
- --exec $DAEMON
+ start-stop-daemon --start --quiet --exec $DAEMON
echo "."
;;
*)
diff -u rpld-1.8beta1/debian/changelog rpld-1.8beta1/debian/changelog
--- rpld-1.8beta1/debian/changelog
+++ rpld-1.8beta1/debian/changelog
@@ -1,3 +1,10 @@
+rpld (1.8beta1-8.1ubuntu1) intrepid; urgency=low
+
+ * Merge from debian unstable, remaining changes (LP: #240297):
+ - Fix init script to properly stop (LP: #1077).
+
+ -- Nathan Handler <[email protected]> Thu, 19 Jun 2008 12:01:02 -0500
+
rpld (1.8beta1-8.1) unstable; urgency=low
* Non-maintainer upload to solve release goal.
@@ -5,6 +12,14 @@
-- Petter Reinholdtsen <[email protected]> Fri, 4 Apr 2008 20:44:25 +0200
+rpld (1.8beta1-8ubuntu1) gutsy; urgency=low
+
+ * Merge from Debian unstable. Remaining Ubuntu changes:
+ - Fix init script to properly stop (LP: #1077).
+ - Change Maintainer/XSBC-Original-Maintainer field.
+
+ -- William Lima <[email protected]> Tue, 3 Jul 2007 17:28:39 -0300
+
rpld (1.8beta1-8) unstable; urgency=low
* Use local cdbs snippet for invoking dh-buildinfo.
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Version: 1.8beta1-8.1+rm
Dear submitter,
as the package rpld has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/702327
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---