summaryrefslogtreecommitdiff
path: root/debian/patches/07_log_to_file_by_default.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/07_log_to_file_by_default.dpatch')
-rwxr-xr-xdebian/patches/07_log_to_file_by_default.dpatch10
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 46e5f1e88d..e0c5e4a346 100755
--- a/debian/patches/07_log_to_file_by_default.dpatch
+++ b/debian/patches/07_log_to_file_by_default.dpatch
@@ -23,10 +23,10 @@ esac
exit 0
@DPATCH@
-diff -urNad tor-0.1.0.0-alpha-cvs/src/or/config.c /tmp/dpep.YwfNhI/tor-0.1.0.0-alpha-cvs/src/or/config.c
---- tor-0.1.0.0-alpha-cvs/src/or/config.c 2005-01-07 02:00:10.761573594 +0100
-+++ /tmp/dpep.YwfNhI/tor-0.1.0.0-alpha-cvs/src/or/config.c 2005-01-07 02:01:02.819978258 +0100
-@@ -1192,7 +1192,7 @@
+diff -urNad tor-0.1.1.5/src/or/config.c /tmp/dpep.YwfNhI/tor-0.1.1.5/src/or/config.c
+--- tor-0.1.1.5/src/or/config.c
++++ /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) {
@@ -34,4 +34,4 @@ diff -urNad tor-0.1.0.0-alpha-cvs/src/or/config.c /tmp/dpep.YwfNhI/tor-0.1.0.0-a
+ config_line_append(&options->Logs, "Log", "notice file /var/log/tor/log");
}
- if (config_init_logs(options, 1)<0) /* Validate the log(s) */
+ if (options_init_logs(options, 1)<0) /* Validate the log(s) */