summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient-script
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-13 22:26:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-13 22:26:06 +0000
commit5a5eae32690c961e0e858bb8d332c0015aed5da2 (patch)
tree490fbd69632519eb4b336cbf727f9647b4415633 /sbin/dhclient-script
parent6ce3b4ec13c701ddb88ced66791809e218ef6cbb (diff)
downloadpfsense-5a5eae32690c961e0e858bb8d332c0015aed5da2.zip
pfsense-5a5eae32690c961e0e858bb8d332c0015aed5da2.tar.gz
Start rc.newwanip in the background
Diffstat (limited to 'sbin/dhclient-script')
-rwxr-xr-xsbin/dhclient-script2
1 files changed, 1 insertions, 1 deletions
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
}
OpenPOWER on IntegriCloud