diff options
Diffstat (limited to 'debian/patches')
-rwxr-xr-x | debian/patches/07_log_to_file_by_default.dpatch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/07_log_to_file_by_default.dpatch b/debian/patches/07_log_to_file_by_default.dpatch index da9aaf4324..60d12608ea 100755 --- a/debian/patches/07_log_to_file_by_default.dpatch +++ b/debian/patches/07_log_to_file_by_default.dpatch @@ -23,13 +23,13 @@ esac exit 0 @DPATCH@ -diff -urNad tor-0.1.1.17/src/or/config.c /tmp/dpep.YwfNhI/tor-0.1.1.17/src/or/config.c ---- tor-0.1.1.17/src/or/config.c -+++ /tmp/dpep.YwfNhI/tor-0.1.1.17/src/or/config.c +diff -urNad tor-0.1.2.0-alpha-cvs/src/or/config.c /tmp/dpep.YwfNhI/tor-0.1.2.0-alpha-cvs/src/or/config.c +--- tor-0.1.2.0-alpha-cvs/src/or/config.c ++++ /tmp/dpep.YwfNhI/tor-0.1.2.0-alpha-cvs/src/or/config.c @@ -2079,7 +2079,7 @@ /* Special case on first boot if no Log options are given. */ - if (!options->Logs && !from_setconf) + if (!options->Logs && !options->RunAsDaemon && !from_setconf) - config_line_append(&options->Logs, "Log", "notice stdout"); + config_line_append(&options->Logs, "Log", "notice file /var/log/tor/log"); |