From 6ce3b4ec13c701ddb88ced66791809e218ef6cbb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 13 Nov 2005 22:10:58 +0000 Subject: Pass interface correctly to rc.newwanip --- 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 8ca9a62..9af502d 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