summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/dhclient
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/dhclient')
-rwxr-xr-xetc/rc.d/dhclient4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/dhclient b/etc/rc.d/dhclient
index d61923d..8fe0931 100755
--- a/etc/rc.d/dhclient
+++ b/etc/rc.d/dhclient
@@ -25,11 +25,11 @@ dhclient_pre_check()
local msg
msg="'$ifn' is not a DHCP-enabled interface"
if [ -z "${rc_quiet}" ]; then
- err 1 "$msg"
+ echo "$msg"
else
debug "$msg"
- exit 1
fi
+ exit 1
fi
}
OpenPOWER on IntegriCloud