summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsbin/dhclient-script3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dhclient-script b/sbin/dhclient-script
index ad22323..5c498a7 100755
--- a/sbin/dhclient-script
+++ b/sbin/dhclient-script
@@ -31,7 +31,8 @@ IFCONFIG=/sbin/ifconfig
LOCALHOST=127.0.0.1
if [ -x /usr/bin/logger ]; then
- LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
+# LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
+ LOGGER="/bin/true"
else
LOGGER=echo
fi
OpenPOWER on IntegriCloud