Pass rc.newwanip operations off to check_reload_status.c

This commit is contained in:
Scott Ullrich 2005-11-28 19:30:04 +00:00
parent ecde5166c0
commit ddf49291bd

View File

@ -176,7 +176,7 @@ add_new_resolv_conf() {
# Must be used on exit. Invokes the local dhcp client exit hooks, if any.
exit_with_hooks() {
/etc/rc.newwanip $interface &
echo $interface > /tmp/rc.newwanip
# probably should do something with exit status of the local script
exit 0
}