FreeBSD Bugzilla – Attachment 211226 Details for
Bug 243761
[PATCH] news/fidogate: Fresh port version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Path of the port
fidogate.patch (text/plain), 23.87 KB, created by
Sergey Anokhin
on 2020-01-31 19:29:20 UTC
(
hide
)
Description:
Path of the port
Filename:
MIME Type:
Creator:
Sergey Anokhin
Created:
2020-01-31 19:29:20 UTC
Size:
23.87 KB
patch
obsolete
>--- ./fidogate/Makefile 2020-01-31 22:19:29.102406000 +0300 >+++ ./fidogate-new/Makefile 2020-01-31 14:09:43.869200000 +0300 >@@ -1,75 +1,115 @@ >-# $FreeBSD: head/news/fidogate/Makefile 432991 2017-02-01 07:06:19Z dinoex $ >+# $FreeBSD$ > > PORTNAME= fidogate >-PORTVERSION= 4.4.10 >-PORTREVISION= 1 >+DISTVERSIONPREFIX= v >+DISTVERSION= 5.7 > CATEGORIES= news mail >-MASTER_SITES= SF \ >- ftp://ftp.fu-berlin.de/unix/news/fidogate/ > >-MAINTAINER= dinoex@FreeBSD.org >+MAINTAINER= admin@5034.ru > COMMENT= Fido-Internet Gateway and Tosser > > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-MAKE_JOBS_UNSAFE= yes >+.if !defined(WITHOUT_INN) >+BUILD_DEPENDS= ${PREFIX}/news/bin/innconfval:news/inn >+.endif > >-USES= gmake perl5 >-MAKE_ARGS= OWNER=${UID} GROUP=$$(id -g) >-PLIST_SUB= FIDOGATE_USER=${FIDOGATE_RUNAS} >+USES= autoreconf perl5 iconv >+CONFIGURE_ARGS+= ${ICONV_CONFIGURE_BASE} > >-FIXDEST= . doc doc/gatebau doc/html scripts/areas \ >- scripts/maintenance scripts/misc scripts/nodelist \ >- scripts/outbound scripts/run scripts/www src/areafix \ >- src/charset src/ffx src/gate src/tick src/toss src/util >-DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \ >- msgid.doc qmail.txt texinfo.tex dirs.html index.html \ >- template.html fido howto misc rfc gatebau/msgid.sgml \ >- gatebau/msgid.tex gatebau/msgid.txt >+USE_GITHUB= yes >+GH_ACCOUNT= ykaliuta >+GH_PROJECT= fidogate > >-OPTIONS_DEFINE= DOCS EXAMPLES >+GNU_CONFIGURE= yes > >-FIDOGATE_RUNAS?= news >+INSTALL_TARGET= install-strip > >-.include <bsd.port.options.mk> >+SPOOLDIR?= /var/spool/fido/gate >+BTBASEDIR?= /var/spool/fido/bt >+LOCKDIR?= /var/run/fidogate >+LOGDIR?= /var/log/fido/gate >+VARDIR?= /var/db/fidogate > >-post-patch: >- ${REINPLACE_CMD} -e 's| .(PREFIX)| $$(DESTDIR)$$(PREFIX)|g' \ >- ${FIXDEST:S,$,/Makefile,S,^,${WRKSRC}/,} >+PLIST_SUB+= SPOOLDIR=${SPOOLDIR} \ >+ BTBASEDIR=${BTBASEDIR} \ >+ LOGDIR=${LOGDIR} \ >+ LOCKDIR=${LOCKDIR} \ >+ VARDIR=${VARDIR} \ >+ PREFIX=${PREFIX} > >-pre-configure: >- ${TOUCH} ${WRKSRC}/doc/fidogate.info >- ${RM} ${WRKSRC}/doc/fidogate.info-? >- ${RM} ${WRKSRC}/doc/fidogate.txt >- ${REINPLACE_CMD} -e "s|[.]info-|.info|" ${WRKSRC}/doc/Makefile >- ${REINPLACE_CMD} -e "s|.{PREFIX}|${PREFIX}|g" \ >- -e "s|.{LOCALBASE}|${LOCALBASE}|g" \ >- -e "s|^CC|#CC|" ${WRKSRC}/config.make >-.if !${PORT_OPTIONS:MDOCS} >- ${REINPLACE_CMD} -e "s|test doc|test|" \ >- -e "s|cp ANNOUNCE|#cp ANNOUNCE|" \ >- ${WRKSRC}/Makefile >- ${REINPLACE_CMD} -e "s|run www|run|" ${WRKSRC}/scripts/Makefile >+.if defined(WITHOUT_INN) >+CONFIGURE_ARGS+= --without-news > .endif >+.if !defined(WITH_DESCDIR) >+CONFIGURE_ARGS+= --disable-desc-dir >+.endif >+.if !defined(WITHOUT_ALIASES) >+CONFIGURE_ARGS+= --enable-aliases-local >+.endif >+.if defined(WITH_DBC) >+CONFIGURE_ARGS+= --enable-dbc-history >+.endif >+.if defined(DNT_NETMAIL) >+CONFIGURE_ARGS+= --enable-dnt-netmail >+.endif >+.if defined(WITHOUT_FMSGID) >+CONFIGURE_ARGS+= --disable-fs-msgid >+.endif >+.if !defined(WITH_AVAIL) >+CONFIGURE_ARGS+= --disable-af-avail >+.endif >+.if !defined(WITHOUT_BEST_AKA) >+CONFIGURE_ARGS+= --enable-best-aka >+.endif >+CONFIGURE_ARGS+= --libexec=${PREFIX}/libexec/fidogate \ >+ --sysconfdir=${PREFIX}/etc/fido/gate \ >+ --with-lockdir=${LOCKDIR} \ >+ --with-logdir=${LOGDIR} \ >+ --with-vardir=${VARDIR} \ >+ --with-spooldir=${SPOOLDIR} \ >+ --with-btbasedir=${BTBASEDIR} >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > >-pre-install: >- ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/fidogate >+DOCS= doc/README.ru doc/README doc/FAQ.ru doc/old/ChangeLog doc/old/Changes.ru \ >+ doc/old/FAQ_fidogate doc/old/FIDOGATE_ftrack doc/old/README.snp \ >+ doc/old/fidogate.txt doc/old/fidogate.texi doc/old/msgid.doc > >-pre-install-DOCS-on: >- ${MKDIR} ${STAGEDIR}${DOCSDIR}/html \ >- ${STAGEDIR}${DOCSDIR}/info \ >- ${STAGEDIR}${DOCSDIR}/fido \ >- ${STAGEDIR}${DOCSDIR}/howto \ >- ${STAGEDIR}${DOCSDIR}/misc \ >- ${STAGEDIR}${DOCSDIR}/gatebau >- >-post-install-DOCS-on: >+post-install: > ${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${TAR} -C ${WRKSRC}/doc -cf - ${DOCLIST} | ${TAR} -C ${STAGEDIR}${DOCSDIR} -xf - >- >-post-install-EXAMPLES-on: >+ ${MKDIR} ${STAGEDIR}${LOGDIR} >+ ${MKDIR} ${STAGEDIR}${LOCKDIR} >+ ${MKDIR} ${STAGEDIR}${VARDIR} >+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d >+ ${INSTALL_DATA} ${FILESDIR}/fidogate.conf-newsyslog \ >+ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/fidogate.conf >+.for i in ${BTBASEDIR} ${BTBASEDIR}/fbox ${BTBASEDIR}/in/bad \ >+ ${BTBASEDIR}/in/tmpunpack ${BTBASEDIR}/pin/bad \ >+ ${BTBASEDIR}/pin/tmpunpack ${BTBASEDIR}/out \ >+ ${BTBASEDIR}/tick >+ ${MKDIR} ${STAGEDIR}${i} >+.endfor >+.for i in ${SPOOLDIR} ${SPOOLDIR} ${SPOOLDIR} \ >+ ${SPOOLDIR}/outpkt/mail ${SPOOLDIR}/outpkt/news \ >+ ${SPOOLDIR}/outpkt/mail ${SPOOLDIR}/outrfc/news \ >+ ${SPOOLDIR}/toss/bad ${SPOOLDIR}/toss/pack \ >+ ${SPOOLDIR}/toss/route ${SPOOLDIR}/toss/toss >+ ${MKDIR} ${SPOOLDIR}${i} >+.endfor >+.for a in ${DOCS} >+ ${INSTALL_DATA} ${WRKSRC}/${a} ${STAGEDIR}${DOCSDIR} >+.endfor > ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >- ${TAR} -C ${WRKSRC}/examples -cf - . | ${TAR} -C ${STAGEDIR}${EXAMPLESDIR} -xf - >- >+.for a in exim inn postfix sendmail >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${a} >+.endfor >+ ${INSTALL_DATA} ${WRKSRC}/doc/news/inn/newsfeeds.fidogate ${STAGEDIR}${EXAMPLESDIR}/inn/newsfeeds.fidogate >+ ${INSTALL_DATA} ${WRKSRC}/doc/mailer/postfix/master.cf ${STAGEDIR}${EXAMPLESDIR}/postfix/master.cf >+ ${INSTALL_DATA} ${WRKSRC}/doc/mailer/postfix/transport ${STAGEDIR}${EXAMPLESDIR}/postfix/transport >+ ${INSTALL_DATA} ${WRKSRC}/doc/mailer/sendmail/mailer/ftn.m4 ${STAGEDIR}${EXAMPLESDIR}/sendmail/ftn.m4 >+ ${INSTALL_DATA} ${WRKSRC}/doc/mailer/exim/exim.conf.in ${STAGEDIR}${EXAMPLESDIR}/exim/exim.conf.in >+ ${INSTALL_DATA} ${WRKSRC}/doc/mailer/exim/ftntable_1304 ${STAGEDIR}${EXAMPLESDIR}/exim/ftntable_1304 >+ ${INSTALL_DATA} ${WRKSRC}/doc/mailer/exim/ftntable_1309 ${STAGEDIR}${EXAMPLESDIR}/exim/ftntable_1309 >+ ${INSTALL_DATA} ${WRKSRC}/doc/mailer/exim/ftntable_local ${STAGEDIR}${EXAMPLESDIR}/exim/ftntable_local > .include <bsd.port.mk> >diff -ruN ./fidogate/distinfo ./fidogate-new/distinfo >--- ./fidogate/distinfo 2020-01-31 22:19:29.114228000 +0300 >+++ ./fidogate-new/distinfo 2020-01-31 14:10:11.352960000 +0300 >@@ -1,2 +1,3 @@ >-SHA256 (fidogate-4.4.10.tar.gz) = b56bd77b9f8ccebf4d0289d8f5ffaaf36570b3f08872cb9ce927a2c0faf8b488 >-SIZE (fidogate-4.4.10.tar.gz) = 1191524 >+TIMESTAMP = 1580469011 >+SHA256 (ykaliuta-fidogate-v5.7_GH0.tar.gz) = 54af68727b44934ebf0b85ba618a312720adbe1fac92020c25883ce2237fd4f8 >+SIZE (ykaliuta-fidogate-v5.7_GH0.tar.gz) = 806408 >diff -ruN ./fidogate/files/fidogate.conf-newsyslog ./fidogate-new/files/fidogate.conf-newsyslog >--- ./fidogate/files/fidogate.conf-newsyslog 1970-01-01 03:00:00.000000000 +0300 >+++ ./fidogate-new/files/fidogate.conf-newsyslog 2019-12-21 11:47:37.469476000 +0300 >@@ -0,0 +1,6 @@ >+/var/log/fido/gate/afixlog news:news 644 4 1000 @T23 X >+/var/log/fido/gate/binkd2.log news:news 644 4 1000 @T23 X >+/var/log/fido/gate/log news:news 644 4 1000 @T23 X >+/var/log/fido/gate/log-in news:news 644 4 1000 @T23 X >+/var/log/fido/gate/log-news news:news 644 4 1000 @T23 X >+/var/log/fido/gate/send-fidogate.log news:news 660 4 1000 @T23 X >\ No newline at end of file >diff -ruN ./fidogate/files/patch-Makefile ./fidogate-new/files/patch-Makefile >--- ./fidogate/files/patch-Makefile 2020-01-31 22:19:29.103396000 +0300 >+++ ./fidogate-new/files/patch-Makefile 1970-01-01 03:00:00.000000000 +0300 >@@ -1,11 +0,0 @@ >---- Makefile.orig 2003-06-08 21:01:25 UTC >-+++ Makefile >-@@ -9,7 +9,7 @@ TOPDIR = . >- include $(TOPDIR)/config.make >- include $(TOPDIR)/rules.make >- >--SUBDIRS = src scripts test doc sendmail >-+SUBDIRS = src scripts test doc >- >- INSTALLDIRS = $(DEFAULT_V_CONFIGDIR) \ >- $(DEFAULT_V_LIBDIR) \ >diff -ruN ./fidogate/files/patch-config.make ./fidogate-new/files/patch-config.make >--- ./fidogate/files/patch-config.make 2020-01-31 22:19:29.104158000 +0300 >+++ ./fidogate-new/files/patch-config.make 1970-01-01 03:00:00.000000000 +0300 >@@ -1,52 +0,0 @@ >---- config.make.orig 2003-04-15 18:45:20 UTC >-+++ config.make >-@@ -57,13 +57,13 @@ >- >- # variable parameters, can be changed at run-time, DO NOT DELETE ANYTHING!!! >- DEFAULT_V_CONFIGDIR = /etc/fidogate >--DEFAULT_V_LIBDIR = /usr/lib/fidogate >--DEFAULT_V_BINDIR = $(DEFAULT_V_LIBDIR)/bin >--DEFAULT_V_LOGDIR = /var/log/fidogate >-+DEFAULT_V_LIBDIR = ${PREFIX}/libexec/fidogate >-+DEFAULT_V_BINDIR = ${PREFIX}/libexec/fidogate >-+DEFAULT_V_LOGDIR = /var/spool/fidogate/log >- DEFAULT_V_VARDIR = /var/lib/fidogate >--DEFAULT_V_LOCKDIR = /var/lock/fidogate >-+DEFAULT_V_LOCKDIR = /var/spool/fidogate/lock >- DEFAULT_V_SPOOLDIR = /var/spool/fidogate >--DEFAULT_V_BTBASEDIR = /var/spool/bt >-+DEFAULT_V_BTBASEDIR = /var/spool/fidogate/bt >- DEFAULT_V_INBOUND = $(DEFAULT_V_BTBASEDIR)/in >- DEFAULT_V_PINBOUND = $(DEFAULT_V_BTBASEDIR)/pin >- DEFAULT_V_UUINBOUND = $(DEFAULT_V_BTBASEDIR)/uuin >-@@ -87,7 +87,7 @@ DEFAULT_F_NEWSETCDIR = /etc/news >- DEFAULT_F_NEWSVARDIR = /var/lib/news >- # INN 1.7 >- #DEFAULT_F_NEWSLIBDIR = /usr/lib/news >--#DEFAULT_F_NEWSSPOOLDIR = /var/spool/news >-+#DEFAULT_F_NEWSSPOOLDIR = /var/spool/news/articles >- # INN 2.2 >- #DEFAULT_F_NEWSLIBDIR = /usr/lib >- #DEFAULT_F_NEWSSPOOLDIR = /var/spool/news/articles >-@@ -149,7 +149,7 @@ DEFAULT_A_UUINBOUND = %U >- >- >- # The perl interpreter used by subst.pl >--PERL = /usr/bin/perl >-+PERL = ${LOCALBASE}/bin/perl >- >- # Directory with sendmail m4 configuration files >- # RedHat 6.x >-@@ -158,9 +158,9 @@ PERL = /usr/bin/perl >- SENDMAIL_CF_DIR = /usr/share/sendmail-cf >- >- # Directories for installing documentation, not used by subst.pl >--INFODIR = /usr/info >--HTMLDIR = /html/fidogate >--HTMLLOGDIR = /html/log >-+INFODIR = ${PREFIX}/share/doc/fidogate/info >-+HTMLDIR = ${PREFIX}/share/doc/fidogate/html >-+HTMLLOGDIR = ${PREFIX}/share/doc/fidogate/html >- >- # RedHat RPM related dirs >- RPMBASEDIR = /usr/src/redhat >diff -ruN ./fidogate/files/patch-dbz.c ./fidogate-new/files/patch-dbz.c >--- ./fidogate/files/patch-dbz.c 2020-01-31 22:19:29.104867000 +0300 >+++ ./fidogate-new/files/patch-dbz.c 1970-01-01 03:00:00.000000000 +0300 >@@ -1,13 +0,0 @@ >---- src/toss/dbz.c.orig 2000-10-18 21:53:57 UTC >-+++ src/toss/dbz.c >-@@ -300,8 +300,10 @@ static int debug; /* controlled by dbz >- #endif >- >- /* externals used */ >-+#ifndef __FreeBSD__ >- extern char *malloc(); >- extern char *calloc(); >-+#endif >- extern void free(); /* ANSI C; some old implementations say int */ >- extern int atoi(); >- extern long atol(); >diff -ruN ./fidogate/files/patch-log.c ./fidogate-new/files/patch-log.c >--- ./fidogate/files/patch-log.c 2020-01-31 22:19:29.105547000 +0300 >+++ ./fidogate-new/files/patch-log.c 1970-01-01 03:00:00.000000000 +0300 >@@ -1,12 +0,0 @@ >---- src/common/log.c.orig 2004-08-26 20:56:20 UTC >-+++ src/common/log.c >-@@ -69,8 +69,8 @@ static int must_openlog = TRUE; >- char *strerror(int errnum) >- { >- #ifndef OS2 >-- extern int sys_nerr; >- # ifndef __FreeBSD__ >-+ extern int sys_nerr; >- extern char *sys_errlist[]; >- # endif >- #endif >diff -ruN ./fidogate/files/patch-rfc2ftn.c ./fidogate-new/files/patch-rfc2ftn.c >--- ./fidogate/files/patch-rfc2ftn.c 2020-01-31 22:19:29.106240000 +0300 >+++ ./fidogate-new/files/patch-rfc2ftn.c 1970-01-01 03:00:00.000000000 +0300 >@@ -1,11 +0,0 @@ >---- src/gate/rfc2ftn.c.orig 2004-08-22 20:19:12 UTC >-+++ src/gate/rfc2ftn.c >-@@ -99,7 +99,7 @@ void usage (void); >- static char *o_flag = NULL; /* -o --out-packet-file */ >- static char *w_flag = NULL; /* -w --write-outbound */ >- static int W_flag = FALSE; /* -W --write-crash */ >--static int i_flag = FALSE; /* -i --ignore-hosts */ >-+int i_flag = FALSE; /* -i --ignore-hosts */ >- >- static int maxmsg = 0; /* Process maxmsg messages */ >- >diff -ruN ./fidogate/pkg-descr ./fidogate-new/pkg-descr >--- ./fidogate/pkg-descr 2020-01-31 22:19:29.113539000 +0300 >+++ ./fidogate-new/pkg-descr 2019-11-25 22:43:58.596946000 +0300 >@@ -3,5 +3,4 @@ > * Fido Mail Processor > * Fido File Processor > * Fido Areafix/Filefix >- >-WWW: http://fidogate.sourceforge.net/ >+WWW: https://github.com/ykaliuta/fidogate >diff -ruN ./fidogate/pkg-plist ./fidogate-new/pkg-plist >--- ./fidogate/pkg-plist 2020-01-31 22:19:29.112853000 +0300 >+++ ./fidogate-new/pkg-plist 2020-01-31 14:13:40.430347000 +0300 >@@ -1,202 +1,123 @@ >-libexec/fidogate/areafix.help >-libexec/fidogate/areasbbssync >-libexec/fidogate/charset.bin >-libexec/fidogate/charset.map >-@(%%FIDOGATE_USER%%,news,4755) libexec/fidogate/ffx >-libexec/fidogate/ffxmail >-libexec/fidogate/ffxnews >-libexec/fidogate/ffxqt >-libexec/fidogate/ffxrmail >+@owner news >+@group news >+@dir %%BTBASEDIR%%/fbox >+@dir %%BTBASEDIR%%/in/bad >+@dir %%BTBASEDIR%%/in/tmpunpack >+@dir %%BTBASEDIR%%/out >+@dir %%BTBASEDIR%%/pin/bad >+@dir %%BTBASEDIR%%/pin/tmpunpack >+@dir %%BTBASEDIR%%/tick >+@dir %%DOCSDIR%% >+@dir %%EXAMPLESDIR%% >+@dir %%EXAMPLESDIR%%/inn >+@dir %%EXAMPLESDIR%%/postfix >+@dir %%EXAMPLESDIR%%/sendmail >+@dir %%LOCKDIR%% >+@dir %%LOGDIR%% >+@dir %%SPOOLDIR%%/outpkt/mail >+@dir %%SPOOLDIR%%/outpkt/news >+@dir %%SPOOLDIR%%/outrfc/mail >+@dir %%SPOOLDIR%%/outrfc/news >+@dir %%SPOOLDIR%%/toss/bad >+@dir %%SPOOLDIR%%/toss/pack >+@dir %%SPOOLDIR%%/toss/route >+@dir %%SPOOLDIR%%/toss/toss >+@dir %%VARDIR%% >+@dir %%VARDIR%%/seq >+@dir etc/fido/gate >+@dir libexec/fidogate >+@sample /var/db/fidogate/areas.bbs.sample >+@sample /var/db/fidogate/fareas.bbs.sample >+@sample etc/fido/gate/acl.sample >+@sample etc/fido/gate/aliases.sample >+@sample etc/fido/gate/areafix.help.sample >+@sample etc/fido/gate/fidogate.conf.sample >+@sample etc/fido/gate/fidokill.sample >+@sample etc/fido/gate/ftnacl.sample >+@sample etc/fido/gate/hosts.sample >+@sample etc/fido/gate/packing.sample >+@sample etc/fido/gate/passwd.sample >+@sample etc/fido/gate/routing.sample >+@sample etc/fido/gate/spyes.sample >+@sample etc/fido/gate/uplinks.sample >+%%DOCSDIR%%/ChangeLog >+%%DOCSDIR%%/Changes.ru >+%%DOCSDIR%%/FAQ.ru >+%%DOCSDIR%%/FAQ_fidogate >+%%DOCSDIR%%/FIDOGATE_ftrack >+%%DOCSDIR%%/README >+%%DOCSDIR%%/README.ru >+%%DOCSDIR%%/README.snp >+%%DOCSDIR%%/fidogate.texi >+%%DOCSDIR%%/fidogate.txt >+%%DOCSDIR%%/msgid.doc >+%%EXAMPLESDIR%%/exim/exim.conf.in >+%%EXAMPLESDIR%%/exim/ftntable_1304 >+%%EXAMPLESDIR%%/exim/ftntable_1309 >+%%EXAMPLESDIR%%/exim/ftntable_local >+%%EXAMPLESDIR%%/inn/newsfeeds.fidogate >+%%EXAMPLESDIR%%/postfix/master.cf >+%%EXAMPLESDIR%%/postfix/transport >+%%EXAMPLESDIR%%/sendmail/ftn.m4 >+bin/areasbbssync >+bin/areassucksync >+bin/ftnaf >+bin/ftnafutil >+bin/ftnexpire >+bin/ftnfattach >+bin/ftnhatch >+bin/ftnoutpkt >+bin/hosts2dns >+bin/logcheck >+bin/logdaily >+bin/logreport >+bin/logsendmail >+bin/logstat >+bin/ngoper >+bin/nl-autoupd >+bin/nl-del >+bin/nl-diff >+bin/out-attach >+bin/out-freq >+bin/out-ls >+bin/out-manip >+bin/out-rm0 >+bin/out-rmbsy >+bin/outb >+bin/outb-kill >+bin/pktdebug >+bin/pktmore >+bin/pkttmpl >+bin/recvuu >+bin/runchklock >+bin/runinc >+bin/senduu >+bin/senduumail >+bin/sumcrc >+etc/fido/gate/areafix.help.rus >+etc/fido/gate/bounce.acl >+etc/fido/gate/bounce.acl_netmail >+etc/fido/gate/bounce.addrinto >+etc/fido/gate/bounce.down >+etc/fido/gate/bounce.insecure >+etc/fido/gate/bounce.noto >+etc/fido/gate/bounce.restricted >+etc/newsyslog.conf.d/fidogate.conf >+libexec/fidogate/confval > libexec/fidogate/ftn2ftn > libexec/fidogate/ftn2rfc >-libexec/fidogate/ftnaf >-@(%%FIDOGATE_USER%%,news,4755) libexec/fidogate/ftnafmail >+libexec/fidogate/ftnafmail > libexec/fidogate/ftnafpkt >-libexec/fidogate/ftnafutil >-libexec/fidogate/ftnbsy >-libexec/fidogate/ftnconfig >-libexec/fidogate/ftnexpire >-libexec/fidogate/ftnfattach > libexec/fidogate/ftnflo >-libexec/fidogate/ftnhatch > libexec/fidogate/ftnin > libexec/fidogate/ftninpost > libexec/fidogate/ftninrecomb >-libexec/fidogate/ftnlock >-libexec/fidogate/ftnlog >-@(%%FIDOGATE_USER%%,news,4755) libexec/fidogate/ftnmail >-libexec/fidogate/ftnoutpkt >+libexec/fidogate/ftnmail > libexec/fidogate/ftnpack > libexec/fidogate/ftnroute >-libexec/fidogate/ftnseq > libexec/fidogate/ftntick > libexec/fidogate/ftntickpost > libexec/fidogate/ftntoss >-libexec/fidogate/latest >-libexec/fidogate/logcheck >-libexec/fidogate/logdaily >-libexec/fidogate/logreport >-libexec/fidogate/logsendmail >-libexec/fidogate/logsendmail2 >-libexec/fidogate/logstat >-libexec/fidogate/nl-autoupd >-libexec/fidogate/nl-check >-libexec/fidogate/nl-del >-libexec/fidogate/nl-diff >-libexec/fidogate/out-freq >-libexec/fidogate/out-ls >-libexec/fidogate/out-manip >-libexec/fidogate/out-rm0 >-libexec/fidogate/out-rmbsy >-libexec/fidogate/outb >-libexec/fidogate/outb-kill >-libexec/fidogate/pktdebug >-libexec/fidogate/pktmore >+libexec/fidogate/report_traffic > libexec/fidogate/rfc2ftn >-libexec/fidogate/runafutil >-libexec/fidogate/runchklock >-libexec/fidogate/runffx >-libexec/fidogate/rungate >-libexec/fidogate/runin >-libexec/fidogate/runmail >-libexec/fidogate/runnews >-libexec/fidogate/runout >-libexec/fidogate/runpoll >-libexec/fidogate/runpoll-binkd >-libexec/fidogate/runpoll-orodruin >-libexec/fidogate/runtoss >-libexec/fidogate/rununpack >-libexec/fidogate/send-ffx > libexec/fidogate/send-fidogate >-libexec/fidogate/sumcrc >-%%PORTDOCS%%%%DOCSDIR%%/dirs.html >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0018.txt >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0028.txt >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0035.txt >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0039.004 >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0043.002 >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0047.001 >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0048.002 >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0054.txt >-%%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0057.002 >-%%PORTDOCS%%%%DOCSDIR%%/fido/fts-0001.015 >-%%PORTDOCS%%%%DOCSDIR%%/fido/fts-0004.txt >-%%PORTDOCS%%%%DOCSDIR%%/fido/fts-0009.001 >-%%PORTDOCS%%%%DOCSDIR%%/fidogate.texi >-%%PORTDOCS%%%%DOCSDIR%%/fidogate.txt >-%%PORTDOCS%%%%DOCSDIR%%/gatebau/msgid.sgml >-%%PORTDOCS%%%%DOCSDIR%%/gatebau/msgid.tex >-%%PORTDOCS%%%%DOCSDIR%%/gatebau/msgid.txt >-%%PORTDOCS%%%%DOCSDIR%%/gatebau94.txt >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-1.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-10.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-11.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-12.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-13.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-2.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-3.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-4.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-5.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-6.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-7.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-8.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode-9.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode.html >-%%PORTDOCS%%%%DOCSDIR%%/howto/FidoNode.sgml >-%%PORTDOCS%%%%DOCSDIR%%/howto/Makefile >-%%PORTDOCS%%%%DOCSDIR%%/html/ANNOUNCE >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_1.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_2.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_3.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_4.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_5.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_6.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_7.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_8.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fidogate_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/html/gate.cgi >-%%PORTDOCS%%%%DOCSDIR%%/html/msgid-1.html >-%%PORTDOCS%%%%DOCSDIR%%/html/msgid-2.html >-%%PORTDOCS%%%%DOCSDIR%%/html/msgid-3.html >-%%PORTDOCS%%%%DOCSDIR%%/html/msgid-4.html >-%%PORTDOCS%%%%DOCSDIR%%/html/msgid-5.html >-%%PORTDOCS%%%%DOCSDIR%%/html/msgid-6.html >-%%PORTDOCS%%%%DOCSDIR%%/html/msgid-7.html >-%%PORTDOCS%%%%DOCSDIR%%/html/msgid.html >-%%PORTDOCS%%%%DOCSDIR%%/index.html >-%%PORTDOCS%%%%DOCSDIR%%/info/fidogate.info >-%%PORTDOCS%%%%DOCSDIR%%/kludge-rfc.doc >-%%PORTDOCS%%%%DOCSDIR%%/misc/ifmail-and-fidogate.doc >-%%PORTDOCS%%%%DOCSDIR%%/misc/roland.doc >-%%PORTDOCS%%%%DOCSDIR%%/misc/smail.doc >-%%PORTDOCS%%%%DOCSDIR%%/misc/smail2.doc >-%%PORTDOCS%%%%DOCSDIR%%/misc/smail3.doc >-%%PORTDOCS%%%%DOCSDIR%%/misc/unpack-script.doc >-%%PORTDOCS%%%%DOCSDIR%%/msgid.doc >-%%PORTDOCS%%%%DOCSDIR%%/qmail.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc-index.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1036.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1123.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2045.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2046.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2047.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2048.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2049.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc822.txt >-%%PORTDOCS%%%%DOCSDIR%%/rfc/son-of-1036.html >-%%PORTDOCS%%%%DOCSDIR%%/template.html >-%%PORTDOCS%%%%DOCSDIR%%/texinfo.tex >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/aliases >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/areas >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/bounce.down >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/bounce.insecure >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/bounce.noto >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/bounce.restricted >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/fidogate.conf >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/hosts >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/packing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/passwd >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/routing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/README >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/aliases >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/areas >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/areas.bbs >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/fareas.bbs >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/fidogate.conf >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/hosts >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/packing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/passwd >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orodruin/routing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/point/areas >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/point/areas.bbs >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/point/fidogate.conf >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/point/newsfeeds >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/point/packing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/point/routing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/Makefile >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/README >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/aliases >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/areas >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/areas.bbs >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/fareas.bbs >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/fidogate.conf >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/hosts >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/newsfeeds.fidogate >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/packing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/passwd >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm/routing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/README.WIN32 >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/aliases >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/areas >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/areas.bbs >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/config.make >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/fareas.bbs >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/fidogate.conf >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/hosts >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/packing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/passwd >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/routing >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/test-win32 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243761
:
211226
|
211285