Commit 20ed7b24 authored by Stephen Hemminger's avatar Stephen Hemminger

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>
parent e557d1ac
......@@ -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_\)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment