From c9f9573b4b9dd9617e353359c587048f1b06b28d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 21 Sep 2005 20:54:59 +0000 Subject: Pass the interface in question. We're multi-wan now. Pointy-hat-to: GeekGod --- 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 bbc537b..89a00a0 100755 --- a/sbin/dhclient-script +++ b/sbin/dhclient-script @@ -166,7 +166,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 + /etc/rc.newwanip {$interface} # probably should do something with exit status of the local script exit 0 } -- cgit v1.1