diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-12-08 14:23:04 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-12-08 14:23:04 +0000 |
commit | 90e91a4a4252f52f014673dbbb1b8794285a97e5 (patch) | |
tree | ef9d06d8edaa159596bebe8bef87b526da2cd5a3 /debian/patches | |
parent | 82ed4acd3aa49661b56c4c18d14496df9d8066c1 (diff) | |
download | tor-90e91a4a4252f52f014673dbbb1b8794285a97e5.tar.gz tor-90e91a4a4252f52f014673dbbb1b8794285a97e5.zip |
And 0.0.9rc7debian-version-0.0.8+0.0.9rc7-1
svn:r3127
Diffstat (limited to 'debian/patches')
-rwxr-xr-x | debian/patches/07_log_to_file_by_default.dpatch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/07_log_to_file_by_default.dpatch b/debian/patches/07_log_to_file_by_default.dpatch index bf4c7da3a5..633af2379d 100755 --- a/debian/patches/07_log_to_file_by_default.dpatch +++ b/debian/patches/07_log_to_file_by_default.dpatch @@ -23,14 +23,14 @@ esac exit 0 @DPATCH@ -diff -urNad cvs/src/or/config.c /tmp/dpep.fbjWEM/cvs/src/or/config.c ---- cvs/src/or/config.c 2004-11-12 18:10:35.333768630 +0100 -+++ /tmp/dpep.fbjWEM/cvs/src/or/config.c 2004-11-12 18:10:53.432747222 +0100 -@@ -1026,7 +1026,7 @@ +diff -urNad tor-0.0.9rc7/src/or/config.c /tmp/dpep.BdF2iw/tor-0.0.9rc7/src/or/config.c +--- tor-0.0.9rc7/src/or/config.c 2004-12-08 13:20:28.111199142 +0100 ++++ /tmp/dpep.BdF2iw/tor-0.0.9rc7/src/or/config.c 2004-12-08 13:22:08.294210420 +0100 +@@ -1179,7 +1179,7 @@ /* Special case if no options are given. */ if (!options->Logs) { -- options->Logs = config_line_prepend(NULL, "Log", "notice-err stdout"); +- options->Logs = config_line_prepend(NULL, "Log", "notice stdout"); + options->Logs = config_line_prepend(NULL, "Log", "notice file /var/log/tor/log"); } |