summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/dhcpcd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh
index 001baaa..8850d94 100644
--- a/net/dhcpcd.sh
+++ b/net/dhcpcd.sh
@@ -17,6 +17,7 @@ dhcpcd_start()
{
local args= opt= opts= pidfile="/var/run/dhcpcd-${IFACE}.pid" new=true
eval args=\$dhcpcd_${IFVAR}
+ [ -z "${args}" ] && args=${dhcpcd}
# Get our options
eval opts=\$dhcp_${IFVAR}