summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-27 19:44:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-27 19:44:06 +0000
commit9f241a6d2f602701d445b9ff2c801395618de56c (patch)
tree8b7a028168ff227bf4466c82ab0f96bfbca4c8c2 /sbin
parentd1f73cef6eeb170a316be02e1d04122e00ab7013 (diff)
downloadpfsense-9f241a6d2f602701d445b9ff2c801395618de56c.zip
pfsense-9f241a6d2f602701d445b9ff2c801395618de56c.tar.gz
Quiet down the dhclient log files in preperation for 1.-2-BETA-1 release.
Diffstat (limited to 'sbin')
-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