diff options
author | Seth Robertson <in-gentoo@baka.org> | 2010-03-30 09:21:54 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2010-03-30 09:21:54 +0100 |
commit | 316a316d9b8e8fb8ea7f05b5b70367dde15cb5d5 (patch) | |
tree | dd3ea7b82c342ba4c3d6d67ad40d0bcb0c60a72d | |
parent | 20b4076b12c47a79a5a8c8dc39f43116d376bc88 (diff) |
Allow dhclient per $IFACE arguments.
-rw-r--r-- | net/dhclient.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dhclient.sh b/net/dhclient.sh index 6c92c1f0..65cacd39 100644 --- a/net/dhclient.sh +++ b/net/dhclient.sh @@ -17,6 +17,7 @@ dhclient_start() # Get our options # These options only work in Gentoo, and maybe RedHat + eval args=\$dhclient_${IFVAR} eval opts=\$dhcp_${IFVAR} [ -z "${opts}" ] && opts=${dhcp} |