summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-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