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