mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
And make the debian package build with CVS again
svn:r5572
This commit is contained in:
parent
5331ebd99d
commit
60f6247356
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
tor (0.1.1.10-alpha-cvs-1) experimental; urgency=low
|
||||
|
||||
* CVS snapshot
|
||||
* forward port patches/07_log_to_file_by_default.
|
||||
|
||||
-- Peter Palfrader <weasel@debian.org> Sun, 11 Dec 2005 14:06:03 +0100
|
||||
|
||||
tor (0.1.1.10-alpha-1) experimental; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
|
@ -28,8 +28,8 @@ diff -urNad tor-0.1.1.5/src/or/config.c /tmp/dpep.YwfNhI/tor-0.1.1.5/src/or/conf
|
||||
+++ /tmp/dpep.YwfNhI/tor-0.1.1.5/src/or/config.c
|
||||
@@ -1548,7 +1548,7 @@
|
||||
|
||||
/* Special case if no options are given. */
|
||||
if (!options->Logs) {
|
||||
/* Special case on first boot if no Log options are given. */
|
||||
if (!old_options && !options->Logs) {
|
||||
- config_line_append(&options->Logs, "Log", "notice stdout");
|
||||
+ config_line_append(&options->Logs, "Log", "notice file /var/log/tor/log");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user