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 #352068, regarding rpld: Specify the network interface 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.) -- 352068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352068 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: rpld Version: 1.8beta1-8 Severity: wishlist Tags: patch This patch binds rpld to the interface specified in /etc/default/rpld by passing the -i option to rpld. Cheers, Shaun diff -ur rpld-1.8beta1-/debian/init-default rpld-1.8beta1/debian/init-default --- rpld-1.8beta1-/debian/init-default 2006-02-09 07:44:12.000000000 -0700 +++ rpld-1.8beta1/debian/init-default 2006-02-09 08:04:50.000000000 -0700 @@ -4,3 +4,4 @@ # Edit /etc/rpld.conf to fit your needs an uncomment the line below. #START_RPLD=yes +#INTERFACE=eth0 diff -ur rpld-1.8beta1-/debian/init.d rpld-1.8beta1/debian/init.d --- rpld-1.8beta1-/debian/init.d 2006-02-09 08:03:25.000000000 -0700 +++ rpld-1.8beta1/debian/init.d 2006-02-09 08:06:28.000000000 -0700 @@ -25,12 +25,15 @@ echo "RPLD not configured - have a look at /etc/default/rpld" exit 0 fi +if [ -n "$INTERFACE" ]; then + INTERFACE="-i $INTERFACE" +fi case "$1" in start) echo -n "Starting $DESC: $NAME" start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ - --exec $DAEMON + --exec $DAEMON -- $INTERFACE echo "." ;; stop)
--- 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 ---

