]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix 07_log_to_file_by_default in debian head
authorPeter Palfrader <peter@palfrader.org>
Wed, 21 Jun 2006 22:13:03 +0000 (22:13 +0000)
committerPeter Palfrader <peter@palfrader.org>
Wed, 21 Jun 2006 22:13:03 +0000 (22:13 +0000)
svn:r6674

debian/changelog
debian/patches/07_log_to_file_by_default.dpatch

index 8248cb306e66375c403ab3be453423b6fc63d642..078d6c7d5267178f411d59930cf4f237796b6762 100644 (file)
@@ -3,7 +3,7 @@ tor (0.1.2.0-alpha-cvs-1) unstable; urgency=low
   * CVS snapshot.
   * Forward port 07_log_to_file_by_default.dpatch.
 
- -- Peter Palfrader <weasel@debian.org>  Fri, 16 Jun 2006 01:14:04 +0200
+ -- Peter Palfrader <weasel@debian.org>  Thu, 22 Jun 2006 00:12:44 +0200
 
 tor (0.1.1.21-1) unstable; urgency=low
 
index 60d12608ea128a339aebbec0d19a892f7069e6ac..c925c5efe023a5735461abb4f4747bd722e32b14 100755 (executable)
@@ -29,8 +29,9 @@ diff -urNad tor-0.1.2.0-alpha-cvs/src/or/config.c /tmp/dpep.YwfNhI/tor-0.1.2.0-a
 @@ -2079,7 +2079,7 @@
  
    /* Special case on first boot if no Log options are given. */
-   if (!options->Logs && !options->RunAsDaemon && !from_setconf)
+-  if (!options->Logs && !options->RunAsDaemon && !from_setconf)
 -    config_line_append(&options->Logs, "Log", "notice stdout");
++  if (!options->Logs && !from_setconf)
 +    config_line_append(&options->Logs, "Log", "notice file /var/log/tor/log");
  
    if (options_init_logs(options, 1)<0) /* Validate the log(s) */