From ddf49291bd1713fa690383e563c305c0393d2caa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 28 Nov 2005 19:30:04 +0000 Subject: Pass rc.newwanip operations off to check_reload_status.c --- sbin/dhclient-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/dhclient-script b/sbin/dhclient-script index d54edb3..2ec748c 100755 --- a/sbin/dhclient-script +++ b/sbin/dhclient-script @@ -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 } -- cgit v1.1