diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-21 15:03:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-21 15:03:54 +0000 |
commit | e09144599791e9242c3505ec8d04761f64faff72 (patch) | |
tree | cd77f5ecf5c715fad1b185f73347222a8cecb6ad /news | |
parent | 2dca57fcd0592c6ed6dc2bb0ba5f78e1c3becc07 (diff) | |
download | ports-e09144599791e9242c3505ec8d04761f64faff72.tar.gz ports-e09144599791e9242c3505ec8d04761f64faff72.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate-ds/Makefile | 1 | ||||
-rw-r--r-- | news/fidogate-ds/files/patch-log.c | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile index 8221adb68ac0..2fed9473968f 100644 --- a/news/fidogate-ds/Makefile +++ b/news/fidogate-ds/Makefile @@ -6,6 +6,7 @@ PORTNAME= fidogate PORTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= news mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rusfidogate 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); + } |