diff options
Diffstat (limited to 'net')
-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} |