aboutsummaryrefslogtreecommitdiff
path: root/news/fidogate-ds/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-21 15:03:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-21 15:03:54 +0000
commite09144599791e9242c3505ec8d04761f64faff72 (patch)
treecd77f5ecf5c715fad1b185f73347222a8cecb6ad /news/fidogate-ds/files
parent2dca57fcd0592c6ed6dc2bb0ba5f78e1c3becc07 (diff)
downloadports-e09144599791e9242c3505ec8d04761f64faff72.tar.gz
ports-e09144599791e9242c3505ec8d04761f64faff72.zip
Notes
Diffstat (limited to 'news/fidogate-ds/files')
-rw-r--r--news/fidogate-ds/files/patch-log.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/fidogate-ds/files/patch-log.c b/news/fidogate-ds/files/patch-log.c
new file mode 100644
index 000000000000..ec8ff0aa90bc
--- /dev/null
+++ b/news/fidogate-ds/files/patch-log.c
@@ -0,0 +1,12 @@
+--- src/common/log.c.old Sat Aug 21 17:21:16 2004
++++ src/common/log.c Sat Aug 21 17:21:24 2004
+@@ -276,9 +276,4 @@
+ char *p;
+
+ BUF_COPY(logprog, name);
+-
+- if( (p = getenv("LOGFILE")) )
+- log_file(p);
+- if( (p = getenv("FIDOGATE_LOGFILE")) )
+- log_file(p);
+ }