summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-02 21:38:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-02 21:38:32 +0000
commit699cc24bf1cfbab16187656731efa8b0686852be (patch)
treebebd2a1e0b214a43da0817d3e5481e4023d713fc /sbin
parent535c29e4fba5bd732eaab3e19ca0fce3ee364712 (diff)
downloadpfsense-699cc24bf1cfbab16187656731efa8b0686852be.zip
pfsense-699cc24bf1cfbab16187656731efa8b0686852be.tar.gz
Correct location to "true". Noticed-by: dsh
Diffstat (limited to 'sbin')
-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