mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
And 0.0.9rc7
svn:r3127
This commit is contained in:
parent
82ed4acd3a
commit
90e91a4a42
2 changed files with 14 additions and 5 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -1,3 +1,12 @@
|
|||
tor (0.0.8+0.0.9rc7-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release (candidate).
|
||||
For real this time. Looks like our rc6 orig.tar.gz
|
||||
was in fact the rc5 one.
|
||||
* forward port patches/07_log_to_file_by_default
|
||||
|
||||
-- Peter Palfrader <weasel@debian.org> Wed, 8 Dec 2004 15:22:44 +0100
|
||||
|
||||
tor (0.0.8+0.0.9rc6-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release (candidate).
|
||||
|
|
10
debian/patches/07_log_to_file_by_default.dpatch
vendored
10
debian/patches/07_log_to_file_by_default.dpatch
vendored
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue