Correct location to "true".

This commit is contained in:
Scott Ullrich 2007-07-02 21:38:32 +00:00
parent 535c29e4fb
commit 699cc24bf1
1 changed files with 1 additions and 1 deletions

View File

@ -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