]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
And make the debian package build with CVS again
authorPeter Palfrader <peter@palfrader.org>
Sun, 11 Dec 2005 15:44:59 +0000 (15:44 +0000)
committerPeter Palfrader <peter@palfrader.org>
Sun, 11 Dec 2005 15:44:59 +0000 (15:44 +0000)
svn:r5572

debian/changelog
debian/patches/07_log_to_file_by_default.dpatch

index be49e27ce267920821958ce57ec56c6d2d452806..a505af2ecfd38207b23adc3f3fda8b963b7c7b88 100644 (file)
@@ -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.
index e0c5e4a34690a57984cd3582e5445580f88dd03c..e910f5ebc04dc84252e81c332af49d4830b23143 100755 (executable)
@@ -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");
    }