3 # This script is called with the following parameters:
4 # interface tty speed local-address remote-address ipparam
8 # Kill the router advertisement daemon on this interface.
9 # The killing procedure is copied from RedHat 6.0 initscripts.
13 PIDFILE
="/var/run/radvd-$DEVICE.pid"
15 [ -f "$PIDFILE" ] ||
exit 0
17 PID
="$(cat "$PIDFILE")"
18 if [ "$PID" != "" ]; then
19 if ps h
"$PID" >/dev
/null
2>&1; then
22 if ps h
"$PID" >/dev
/null
2>&1; then
24 if ps h
"$PID" >/dev
/null
2>&1; then