summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-13 22:10:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-13 22:10:58 +0000
commit6ce3b4ec13c701ddb88ced66791809e218ef6cbb (patch)
tree81d594c4443c17acb99870ff51a0d172ac2d2967 /sbin
parentc3fe3ad87e02be92755b0ace2dfe243df1d17522 (diff)
downloadpfsense-6ce3b4ec13c701ddb88ced66791809e218ef6cbb.zip
pfsense-6ce3b4ec13c701ddb88ced66791809e218ef6cbb.tar.gz
Pass interface correctly to rc.newwanip
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 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
}
OpenPOWER on IntegriCloud