dhcp-client-script: don't use /tmp

/tmp is a dangerous place and better to put log files in /var/log.
Based on patch by Vasiliy Kulikov <segoon@openwall.com>
This commit is contained in:
Stephen Hemminger 2012-02-15 10:05:45 -08:00
parent e557d1ac3a
commit 20ed7b24df
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# we should install and preserve.
#
exec >> /tmp/DHS.log 2>&1
exec >> /var/log/DHS.log 2>&1
echo dhc-script $* reason=$reason
set | grep "^\(old_\|new_\|check_\)"