From 5a5eae32690c961e0e858bb8d332c0015aed5da2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 13 Nov 2005 22:26:06 +0000 Subject: Start rc.newwanip in the background --- sbin/dhclient-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/dhclient-script') diff --git a/sbin/dhclient-script b/sbin/dhclient-script index 9af502d..d54edb3 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 + /etc/rc.newwanip $interface & # probably should do something with exit status of the local script exit 0 } -- cgit v1.1