summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-28 19:30:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-28 19:30:04 +0000
commitddf49291bd1713fa690383e563c305c0393d2caa (patch)
tree6bbff08a8e5168e0dd2b36f493bb3b390d905c6a
parentecde5166c006fee9a06c669563f6038c11f9dcdd (diff)
downloadpfsense-ddf49291bd1713fa690383e563c305c0393d2caa.zip
pfsense-ddf49291bd1713fa690383e563c305c0393d2caa.tar.gz
Pass rc.newwanip operations off to check_reload_status.c
-rwxr-xr-xsbin/dhclient-script2
1 files changed, 1 insertions, 1 deletions
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
}
OpenPOWER on IntegriCloud