Your message dated Mon, 5 May 2008 12:42:49 +0100
with message-id <[EMAIL PROTECTED]>
and subject line ipxripd has been removed from Debian, closing #58240
has caused the Debian Bug report #58240,
regarding ipxripd: ipxd should be started in passive mode by default
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.)


-- 
58240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58240
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ipxripd
Version: 0.7-5

The default start mode of ipxripd should be "passiv", since it can otherwise
disrupt operation of the network.  Most people will use ipxd (just like routed)
only to get the routing information distributed throughout the network.

-- System Information
Debian Release: 2.1
Kernel Version: Linux baobab 2.2.13ac1 #1 SMP Thu Oct 28 17:05:18 CEST 1999 
i686 unknown

Versions of the packages ipxripd depends on:
ii  libc6           2.0.7.19981211 GNU C Library: shared libraries

--- Begin /etc/ipx_ticks (modified conffile)
#
eth0             1

--- End /etc/ipx_ticks

--- Begin /etc/init.d/ipxripd (modified conffile)
#! /bin/sh
#
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin
DAEMON="/usr/sbin/ipxd"
test -f $DAEMON || exit 0
run_ipxripd=1
if [ $run_ipxripd = 0 ]; then
        echo "IPX RIP/SAP daemon is disabled. Edit /etc/init.d/ipxripd to 
enable"
        exit 0
fi
case "$1" in
        start)
                echo -n "Starting the IPX RIP/SAP daemon: ipxd"
                start-stop-daemon --start --exec $DAEMON -- -p
                echo "."
                ;;
        stop)
                echo -n "Stopping the IPX RIP/SAP daemon: ipxd"
                start-stop-daemon --stop --exec $DAEMON
                echo "."
                ;;
        restart|force-reload)
                echo -n "Restarting the IPX RIP/SAP daemon..."
                start-stop-daemon --stop --exec $DAEMON
                sleep 2
                start-stop-daemon --start --exec $DAEMON
                echo " done."
                ;;
        *)
                echo "Usage: /etc/init.d/$0 {start|stop|restart}"
                exit 1
                ;;
esac
exit 0

--- End /etc/init.d/ipxripd

--- End Message ---
--- Begin Message ---
Version: 0.7-13.1+rm

The ipxripd package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462178 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply via email to