diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-04-27 19:44:06 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-04-27 19:44:06 +0000 |
commit | 9f241a6d2f602701d445b9ff2c801395618de56c (patch) | |
tree | 8b7a028168ff227bf4466c82ab0f96bfbca4c8c2 | |
parent | d1f73cef6eeb170a316be02e1d04122e00ab7013 (diff) | |
download | pfsense-9f241a6d2f602701d445b9ff2c801395618de56c.zip pfsense-9f241a6d2f602701d445b9ff2c801395618de56c.tar.gz |
Quiet down the dhclient log files in preperation for 1.-2-BETA-1 release.
-rwxr-xr-x | sbin/dhclient-script | 3 |
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 |