diff options
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); + } |