Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 1999 21:30:01 -0700 (PDT)
From:      Denis Shaposhnikov <denis@wizard.vlink.ru>
To:        freebsd-ports@FreeBSD.org
Subject:   ports/11601 replace port, please
Message-ID:  <199905120430.VAA07490@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11601; it has been noted by GNATS.

From: Denis Shaposhnikov <denis@wizard.vlink.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: ports/11601 replace port, please
Date: 12 May 1999 08:20:34 +0400

 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	ifmail-os
 #	ifmail-os/pkg
 #	ifmail-os/pkg/COMMENT
 #	ifmail-os/pkg/DESCR
 #	ifmail-os/pkg/INSTALL
 #	ifmail-os/pkg/PLIST
 #	ifmail-os/pkg/DEINSTALL
 #	ifmail-os/Makefile
 #	ifmail-os/files
 #	ifmail-os/files/md5
 #	ifmail-os/patches
 #	ifmail-os/patches/patch-aa
 #	ifmail-os/patches/patch-ab
 #	ifmail-os/patches/patch-ac
 #	ifmail-os/patches/patch-ad
 #	ifmail-os/patches/patch-ae
 #
 echo c - ifmail-os
 mkdir -p ifmail-os > /dev/null 2>&1
 echo c - ifmail-os/pkg
 mkdir -p ifmail-os/pkg > /dev/null 2>&1
 echo x - ifmail-os/pkg/COMMENT
 sed 's/^X//' >ifmail-os/pkg/COMMENT << 'END-of-ifmail-os/pkg/COMMENT'
 XFidoNet(tm) support package for UN*X platform. Patched by Serge Oskin.
 END-of-ifmail-os/pkg/COMMENT
 echo x - ifmail-os/pkg/DESCR
 sed 's/^X//' >ifmail-os/pkg/DESCR << 'END-of-ifmail-os/pkg/DESCR'
 XFidoNet(tm) transport and gateway for UN*X platform. Delivers Fidonet mail
 Xpackets over telephone lines and TCP/IP connections; converts Fidonet net-
 Xand echomail to RFC-822/RFC-1036 compliant mail and news and vice versa.
 XIn cooperation with MTA and netnews packages allows to run a FidoNet node
 X(or point) on a UN*X machine.
 X
 XThis features patched by Serge Oskin:
 X
 X * New keyword 'dots' is added to config, first symbol of it's value
 X   is used as a delimiter in user name.
 X * Using of zone number in addresses is made obligatory.
 X * Removal fields " Received: " at gated Internet->FidoNet mail.
 X * Utility nlookup (Boris Tobotras) is added for search of the
 X   information about stations in nodelist.
 X * The first symbol from the 'sentmode' config field will stand in the
 X   beginning of each line in ?lo.
 X * The display of speed of connection in logs.
 X * In pkt ^aMSGID gets Fido-address (for our own outgoing letters). If
 X   incoming mail carries our own address in ^aMSGID/^aREPLY, it is
 X   substituted with myfqdn.
 X * Opportunity of connection for the external FREQ-processor is added.
 X * Substitution of X-Mailer, X-Newsreader and User-Agent lines into
 X   X-FTN-Tearline.
 X * Don't reconstruct an entire SEEN-BY after addition of one line, and
 X   simply add it to index (Yar Tikhiy).
 X * Hydra protocol (Arjen G. Lentz).
 X * UTxy flag support (work time definition, accepted in Zone2) (Boris
 X   Tobotras).
 X * Don't show a some kludges (nonFido) (Eugeny Kuzakov & Ko).
 X * Original ifcico replaced with ifcico-3.0.cm.
 X * Show size of files in to EMSI.
 X * Add netmail bug fixed. Run ifpack after ifmail.
 X * For skip file while receive delete this file from inbound.
 X * Removal field " From: " from _body_ message at gated
 X   Internet->FidoNet.
 X
 X-- Denis Shaposhnikov
 Xwizard@vlink.ru
 END-of-ifmail-os/pkg/DESCR
 echo x - ifmail-os/pkg/INSTALL
 sed 's/^X//' >ifmail-os/pkg/INSTALL << 'END-of-ifmail-os/pkg/INSTALL'
 X#! /bin/sh
 X
 X USER=ifmail
 X  UID=70
 XGROUP=uucp
 XGECOS="Ifmail pseudo-user"
 X HOME=/var/spool/ifmail
 XSHELL=/sbin/nologin
 X
 Xcase $2 in
 X    PRE-INSTALL)
 X	which -s pw || {
 X	    cat << EOF
 X
 XI see that it is missing the "pw" utility. I need this utility.
 XPlease get it and install it, and try again.
 X
 XEOF
 X	    exit 1
 X	}
 X
 X	pw usershow $USER > /dev/null 2>&1 && {
 X	    echo "You already have a user \"$USER\", so I will use it."
 X	    exit
 X	}
 X
 X	echo "You need a user \"$USER\"."
 X	pw useradd $USER -g $GROUP -u $UID -h - -d $HOME -s $SHELL \
 X	    -c "$GECOS" ||
 X		{ echo "Please create it, and try again."; exit 1; }
 X	echo "Done."
 X	;;
 X    POST-INSTALL)
 X	chown $USER $PKG_PREFIX/etc/ifmail
 X	for i in db log spool; do
 X	    install -d -o $USER -g $GROUP /var/$i/ifmail
 X	done
 X	;;
 X    *)
 X	echo "usage: $0 <pkg-name> {PRE-INSTALL|POST-INSTALL}"
 X	exit 64
 Xesac
 X
 Xexit 0
 END-of-ifmail-os/pkg/INSTALL
 echo x - ifmail-os/pkg/PLIST
 sed 's/^X//' >ifmail-os/pkg/PLIST << 'END-of-ifmail-os/pkg/PLIST'
 Xlibexec/ifmail/ifpack
 Xlibexec/ifmail/ifunpack
 Xlibexec/ifmail/iftoss
 X@owner ifmail
 Xlibexec/ifmail/ifstat
 Xlibexec/ifmail/ifmail
 Xlibexec/ifmail/ifnews
 Xlibexec/ifmail/ifcico
 Xlibexec/ifmail/ifindex
 Xlibexec/ifmail/ifinfo
 Xlibexec/ifmail/ifreq
 Xlibexec/ifmail/ifroute
 Xlibexec/ifmail/nlpatch
 Xlibexec/ifmail/nlookup
 Xetc/ifmail/Areas.sample
 Xetc/ifmail/config.sample
 Xetc/ifmail/outaltkoi8
 Xetc/ifmail/outkoi8alt
 X@owner
 Xshare/doc/ifmail/Readme.os
 Xshare/doc/ifmail/README.ifcico
 Xshare/doc/ifmail/README.mxlookup
 Xshare/doc/ifmail/README.ifgate
 Xshare/doc/ifmail/DEBUG
 Xshare/doc/ifmail/FAQ
 X@dirrm etc/ifmail
 X@dirrm libexec/ifmail
 X@dirrm share/doc/ifmail
 END-of-ifmail-os/pkg/PLIST
 echo x - ifmail-os/pkg/DEINSTALL
 sed 's/^X//' >ifmail-os/pkg/DEINSTALL << 'END-of-ifmail-os/pkg/DEINSTALL'
 X#! /bin/sh
 X
 XUSER=ifmail
 X
 Xask() {
 X    local question default answer
 X
 X    question=$1; default=$2
 X    [ -z "$PACKAGE_BUILDING" ] && read -p "$question [$default]? " answer
 X    [ x$answer = x ] && answer=$default
 X    echo $answer
 X}
 X
 Xyesno() {
 X    local dflt question answer
 X
 X    question=$1; dflt=$2
 X    while :; do
 X        answer=$(ask "$question" "$dflt")
 X        case "$answer" in
 X        [Yy]*) return 0;;
 X        [Nn]*) return 1;;
 X        esac
 X        echo "Please answer yes or no."
 X    done
 X}
 X
 Xcase $2 in
 X    DEINSTALL)
 X	
 X	;;
 X    POST-DEINSTALL)
 X	for i in db log spool; do
 X	    yesno "Do you want me to remove /var/$i/ifmail" y && {
 X		rm -rf /var/$i/ifmail || exit 1
 X		echo "Done."
 X	    }
 X	done
 X	yesno "Do you want me to remove user \"$USER\"" y && {
 X	    pw userdel $USER || exit 1
 X	    echo "Done."
 X	}
 X	;;
 X    *)
 X	echo "usage: $0 <pkg-name> {DEINSTALL|POST-DEINSTALL}"
 X	exit 64
 Xesac
 X
 Xexit 0
 END-of-ifmail-os/pkg/DEINSTALL
 echo x - ifmail-os/Makefile
 sed 's/^X//' >ifmail-os/Makefile << 'END-of-ifmail-os/Makefile'
 X# New ports collection makefile for:	ifmail-os
 X# Version required:	2.14.os-p5
 X# Date created:		6 October 1998
 X# Whom:			Denis Shaposhnikov <wizard@vlink.ru>
 X#
 X# $Id$
 X#
 X
 XDISTNAME=	ifmail-2.14.os-p5
 XPKGNAME=	ifmail-os-2.14.5
 XCATEGORIES=	news
 XMASTER_SITES=	ftp://oskin.macomnet.ru/pub/linux/fido/
 X
 XMAINTAINER=	wizard@vlink.ru
 X
 XBUILD_DEPENDS=	${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
 X
 XUSE_BZIP2=	yes
 XUSE_GMAKE=	yes
 XWRKSRC=		${WRKDIR}/ifmail-2.14
 XMAKE_ENV+=	BINGRP=${BINGRP}
 X
 XMAN8=		ifcico.8 ifindex.8 ifinfo.8 ifreq.8 ifroute.8 ifstat.8 \
 X		nlpatch.8 ifmail.8 iftoss.8
 X
 Xpre-install:
 X	${SETENV} PKG_PREFIX=${PREFIX} \
 X		${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
 X	${MKDIR} ${PREFIX}/libexec/ifmail
 X
 Xpost-install:
 X	${INSTALL} -d -o ifmail -g uucp ${PREFIX}/etc/ifmail
 X	${INSTALL} ${COPY} -o ifmail -g uucp -m 444 \
 X		${WRKSRC}/misc/Areas \
 X		${PREFIX}/etc/ifmail/Areas.sample
 X	${INSTALL} ${COPY} -o ifmail -g uucp -m 444 \
 X		${WRKSRC}/misc/config \
 X		${PREFIX}/etc/ifmail/config.sample
 X	${INSTALL} ${COPY} -o ifmail -g uucp -m 444 \
 X		${WRKSRC}/misc/inouttabs/outaltkoi8.new \
 X		${PREFIX}/etc/ifmail/outaltkoi8
 X	${INSTALL} ${COPY} -o ifmail -g uucp -m 444 \
 X		${WRKSRC}/misc/inouttabs/outkoi8alt.new \
 X		${PREFIX}/etc/ifmail/outkoi8alt
 X
 X	${INSTALL_MAN} ${WRKSRC}/ifcico/*.8 ${WRKSRC}/ifgate/*.8 \
 X		${MANPREFIX}/man/man8
 X
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${PREFIX}/share/doc/ifmail
 X	${INSTALL_MAN} ${WRKSRC}/Readme.os ${PREFIX}/share/doc/ifmail
 X	${INSTALL_MAN} ${WRKSRC}/ifcico/README \
 X		${PREFIX}/share/doc/ifmail/README.ifcico
 X	${INSTALL_MAN} ${WRKSRC}/ifcico/README.mxlookup \
 X		${PREFIX}/share/doc/ifmail
 X	${INSTALL_MAN} ${WRKSRC}/ifgate/README \
 X		${PREFIX}/share/doc/ifmail/README.ifgate
 X	${INSTALL_MAN} ${WRKSRC}/misc/DEBUG ${PREFIX}/share/doc/ifmail
 X	${INSTALL_MAN} ${WRKSRC}/misc/FAQ ${PREFIX}/share/doc/ifmail
 X.endif
 X
 X	${SETENV} PKG_PREFIX=${PREFIX} \
 X		${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
 X
 X.include <bsd.port.mk>
 END-of-ifmail-os/Makefile
 echo c - ifmail-os/files
 mkdir -p ifmail-os/files > /dev/null 2>&1
 echo x - ifmail-os/files/md5
 sed 's/^X//' >ifmail-os/files/md5 << 'END-of-ifmail-os/files/md5'
 XMD5 (ifmail-2.14.os-p5.tar.bz2) = 50742ca939e033f67ba9a2cbf59420ba
 END-of-ifmail-os/files/md5
 echo c - ifmail-os/patches
 mkdir -p ifmail-os/patches > /dev/null 2>&1
 echo x - ifmail-os/patches/patch-aa
 sed 's/^X//' >ifmail-os/patches/patch-aa << 'END-of-ifmail-os/patches/patch-aa'
 X--- CONFIG.orig	Wed Feb  3 18:19:18 1999
 X+++ CONFIG	Mon May 10 10:47:45 1999
 X@@ -4,7 +4,7 @@
 X SHVER       = 2.14.os5
 X 
 X # Main configuration file. This default may be overwritten by -I key.
 X-CONFIGFILE  = "/etc/ifmail/config"
 X+CONFIGFILE  = "${PREFIX}/etc/ifmail/config"
 X 
 X # Debug messages turned on by -x key are written here.
 X # Some error messages may occationally appear here too.
 X@@ -29,7 +29,7 @@
 X 
 X # Directory where UUCP lock files reside.
 X #LOCKDIR     = "/var/spool/uucp"
 X-LOCKDIR     = "/var/lock"
 X+LOCKDIR     = "/var/spool/lock"
 X 
 X # Directory from which file requests are resolved.
 X # This may be changed from the 'config' file.
 X@@ -185,26 +185,37 @@
 X 
 X # define -DEMSI_SIZE - show netmail/arcmail size into EMSI
 X 
 X+# FreeBSD:
 X+OPTS =	-DHAS_NDBM_H -DHAS_STATFS -DSTATFS_IN_MOUNT_H -DHAS_SETSID \
 X+	-DHAS_TERMIOS_H -DASCII_LOCKFILES -DHAS_FSYNC -DFORCEINTL \
 X+	-DNEED_UUCPFROM -DHAS_TCP -DHAS_REGEX_H -DHAS_SYSLOG -DNEED_BSY \
 X+	-DNEED_FORK -DNEGATIVE_SEEK_BUG -DSLAVE_SENDS_NAK_TOO \
 X+	-DHAS_IOCTL_H -DHAS_SYS_ERRLIST -DHAS_BSD_SIGNALS \
 X+	-DINT32=long -DINT16=short \
 X+	-DHAS_FILLOG -DNO_RECEIVED -DNO_FROM -DEXT_FREQ -DSHOW_SPEED -DT_LINE \
 X+	-DFTN_MSGID -DHAVE_TXY -DSECURE_LOG -DHAS_SELECT -DRM_SKIP \
 X+	-DDENY_BAD_HEADERS -DEMSI_SIZE
 X+
 X # Linux/x86:  (add -DHAS_BSD_SIGNALS if you have glibc2 aka libc6.x)
 X-OPTS        = -DHAS_STATFS -DSTATFS_IN_VFS_H -DHAS_SETSID -DHAS_NDBM_H \
 X-		-DDONT_HAVE_TM_GMTOFF -DHAS_TERMIOS_H -DASCII_LOCKFILES \
 X-		-DHAS_FSYNC -DHAS_IOCTL_H -DHAS_REGEX_H -DHAS_TCP \
 X-		-DFORCEINTL -DHAS_SYSLOG -DNEED_UUCPFROM -DNEED_BSY \
 X-		-DSLAVE_SENDS_NAK_TOO -DNEED_FORK \
 X-		-DINT32=long -DINT16=short \
 X-		-DHAS_SELECT \
 X-		-DHAS_FILLOG \
 X-		-DNO_RECEIVED \
 X-		-DNO_FROM \
 X-		-DSHOW_SPEED \
 X-		-DT_LINE \
 X-		-DFTN_MSGID \
 X-		-DEXT_FREQ \
 X-		-DHAVE_TXY \
 X-		-DSECURE_LOG \
 X-		-DEMSI_SIZE \
 X-		-DRM_SKIP \
 X-		-DLOCALE=\"koi8-r\"
 X+#OPTS        = -DHAS_STATFS -DSTATFS_IN_VFS_H -DHAS_SETSID -DHAS_NDBM_H \
 X+#		-DDONT_HAVE_TM_GMTOFF -DHAS_TERMIOS_H -DASCII_LOCKFILES \
 X+#		-DHAS_FSYNC -DHAS_IOCTL_H -DHAS_REGEX_H -DHAS_TCP \
 X+#		-DFORCEINTL -DHAS_SYSLOG -DNEED_UUCPFROM -DNEED_BSY \
 X+#		-DSLAVE_SENDS_NAK_TOO -DNEED_FORK \
 X+#		-DINT32=long -DINT16=short \
 X+#		-DHAS_SELECT \
 X+#		-DHAS_FILLOG \
 X+#		-DNO_RECEIVED \
 X+#		-DNO_FROM \
 X+#		-DSHOW_SPEED \
 X+#		-DT_LINE \
 X+#		-DFTN_MSGID \
 X+#		-DEXT_FREQ \
 X+#		-DHAVE_TXY \
 X+#		-DSECURE_LOG \
 X+#		-DEMSI_SIZE \
 X+#		-DRM_SKIP \
 X+#		-DLOCALE=\"koi8-r\"
 X 
 X # 386BSD:
 X #OPTS        = -DHAS_STATFS -DSTATFS_IN_MOUNT_H -DHAS_SETSID -DHAS_NDBM_H \
 X@@ -277,18 +288,18 @@
 X #		-DNEED_BSY -DSLAVE_SENDS_NAK_TOO -DINT32=int -DINT16=short
 X 
 X # for make install, where to put binaries and what owner to set
 X-BINDIR = /usr/lib/ifmail
 X+BINDIR = ${PREFIX}/libexec/ifmail
 X OWNER = ifmail
 X-GROUP = uucp
 X+GROUP = ${BINGRP}
 X MODE = 0711
 X-SMODE = 4711
 X+SMODE = 4555
 X 
 X INSTALL = install
 X RANLIB = ranlib
 X #RANLIB = touch
 X SHELL = /bin/sh
 X ECHO = echo -e
 X-CC = gcc
 X+#CC = gcc
 X #YACC = bison -y
 X YACC = yacc
 X #LEX = flex
 X@@ -297,15 +308,15 @@
 X TAR = tar
 X #Make shared lib?
 X #Yes
 X-SHARED=1
 X+#SHARED=1
 X #No
 X-#SHARED=0
 X+SHARED=0
 X 
 X #CFLAGS = -g -Wall
 X # Linux, 386BSD, SunOS, FreeBSD:
 X # Use -funsigned-char if you're using gcc, and don't want to loose
 X # letters with 8th bit set from header lines
 X-CFLAGS = -O2 -Wall -funsigned-char
 X+#CFLAGS = -O2 -Wall -funsigned-char
 X # SVR4:
 X #CFLAGS = -O -Xa
 X # NeXTSTEP
 X@@ -315,19 +326,19 @@
 X #CFLAGS= -migrate -O5 -ifo -g0
 X #LDFLAGS = -s
 X 
 X-LDFLAGS = -s
 X+#LDFLAGS = -s
 X 
 X # For LIBS, you may need to add "-lfl" if you are using flex 2.4.x
 X # If you need TERM also add e.g. "/usr/src/term112/client.a"
 X 
 X # Linux
 X-LIBS = -lgdbm
 X+#LIBS = -lgdbm
 X # Linux glibc2
 X #LIBS = -lgdbm -lresolv
 X # SunOS:
 X #LIBS =
 X # 386BSD, FreeBSD:
 X-#LIBS = -lgdbm -lcompat
 X+LIBS = -lcompat -L${PREFIX}/lib -lgdbm
 X # SVR4
 X #LIBS = -ldbm -lform -lnsl -lsocket -lc -L/usr/ucblib -lucb
 X # SCO
 END-of-ifmail-os/patches/patch-aa
 echo x - ifmail-os/patches/patch-ab
 sed 's/^X//' >ifmail-os/patches/patch-ab << 'END-of-ifmail-os/patches/patch-ab'
 X--- ifcico/Makefile.orig	Thu Feb  4 20:49:58 1999
 X+++ ifcico/Makefile	Thu Feb  4 20:52:29 1999
 X@@ -81,7 +81,7 @@
 X flaglex.o:	flaglex.c flagexp.c
 X 
 X install: all
 X-	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${SMODE} ifcico ${BINDIR}/ifcico
 X+	${INSTALL} -s -o ${OWNER} -g dialer -m 6555 ifcico ${BINDIR}/ifcico
 X 	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${SMODE} ifindex ${BINDIR}/ifindex
 X 	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${SMODE} ifinfo ${BINDIR}/ifinfo
 X 	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${SMODE} ifreq ${BINDIR}/ifreq
 END-of-ifmail-os/patches/patch-ab
 echo x - ifmail-os/patches/patch-ac
 sed 's/^X//' >ifmail-os/patches/patch-ac << 'END-of-ifmail-os/patches/patch-ac'
 X--- ifcico/ifcico.c.orig	Thu Feb  4 20:55:24 1999
 X+++ ifcico/ifcico.c	Thu Feb  4 20:56:30 1999
 X@@ -119,6 +119,7 @@
 X #endif
 X #ifdef SHOW_SPEED
 X 	strcat( validopts, "S:" );
 X+	inconn = getenv("CONNECT");
 X #endif
 X 	while ((c=getopt(argc,argv,validopts)) != -1)
 X 	if (confopt(c,optarg)) switch (c)
 END-of-ifmail-os/patches/patch-ac
 echo x - ifmail-os/patches/patch-ad
 sed 's/^X//' >ifmail-os/patches/patch-ad << 'END-of-ifmail-os/patches/patch-ad'
 X--- ifgate/Makefile.orig	Thu Feb  4 20:59:32 1999
 X+++ ifgate/Makefile	Thu Feb  4 21:01:14 1999
 X@@ -41,9 +41,9 @@
 X 
 X install: all
 X 	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${SMODE} ifstat ${BINDIR}/ifstat
 X-	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${MODE} ifpack ${BINDIR}/ifpack
 X-	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${MODE} ifunpack ${BINDIR}/ifunpack
 X-	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${MODE} iftoss ${BINDIR}/iftoss
 X+	${BSD_INSTALL_PROGRAM} ifpack ${BINDIR}/ifpack
 X+	${BSD_INSTALL_PROGRAM} ifunpack ${BINDIR}/ifunpack
 X+	${BSD_INSTALL_PROGRAM} iftoss ${BINDIR}/iftoss
 X 	${INSTALL} -s -o ${OWNER} -g ${GROUP} -m ${SMODE} ifmail ${BINDIR}/ifmail
 X 	rm -f ${BINDIR}/ifnews
 X 	ln ${BINDIR}/ifmail ${BINDIR}/ifnews
 END-of-ifmail-os/patches/patch-ad
 echo x - ifmail-os/patches/patch-ae
 sed 's/^X//' >ifmail-os/patches/patch-ae << 'END-of-ifmail-os/patches/patch-ae'
 X--- misc/config.orig	Fri Dec 18 21:20:57 1998
 X+++ misc/config	Wed May  5 22:12:09 1999
 X@@ -30,7 +30,7 @@
 X # Include config extention file (here: file with real passwords).
 X # Includes may be nested. If the nesting is cyclic, the program cycles too.
 X # You are warned.
 X-include		/etc/ifmail/passwds
 X+include		/usr/local/etc/ifmail/passwds
 X 
 X # System alias file - try to fetch ftn-style aliases from there.
 X # If "from" address of a message from FidoNet matches _right_ side
 X@@ -42,7 +42,7 @@
 X # "jsmith:	John.Smith@p89.f567.n234.z1.fidonet.org"
 X # and fqdn value is "pccross.msk.su", then the resulting message will
 X # contain a line: "Reply-To: jsmith@pccross.msk.su".
 X-sysalias	/usr/lib/smail/aliases
 X+sysalias	/etc/aliases
 X 
 X # This host fully qualified domain name to add to the alias above
 X myfqdn		pccross.msk.su
 X@@ -52,13 +52,13 @@
 X # specified.  If not specified, beginning of all message is scaned.  I
 X # do not recommend specifying magicname unless you know that parsing
 X # headers will really break things.
 X-magicname	UUCP
 X+#magicname	UUCP
 X 
 X # Directory for incoming packets/files:
 X inbound		/var/spool/ifmail/inb
 X # Directories for "listed" and "protected" sessions
 X listinbound	/var/spool/ifmail/inb
 X-protinbound	/var/spool/ifmail/inb
 X+protinbound	/var/spool/ifmail/inb.sec
 X 
 X # Directory for outgoing packets (default domain and zone):
 X # other zones will be like "/usr/spool/ifmail/outb.003",
 X@@ -71,7 +71,7 @@
 X 
 X # External FREQ-processor
 X # if not defined, then used "public" and "magic".
 X-ext_rp		/usr/local/lib/ifmail/ifextrp
 X+#ext_rp		/usr/local/libexec/ifmail/ifextrp
 X 
 X # Directory from which the file requests are satisfied
 X public		/var/spool/uucppublic
 X@@ -82,7 +82,7 @@
 X # is not executable, it is read line by line and the lines are
 X # processed as if they were received file requests (recusively).
 X # Execution of commands may compromize security!  You are warned.
 X-magic		/usr/lib/ifmail/magic
 X+#magic		/usr/local/libexec/ifmail/magic
 X 
 X # Primary nodelist (serves "outbound" directory and domain from the
 X # first "address" statement). Name expanded with ".NNN" if neccessary.
 X@@ -107,13 +107,13 @@
 X 
 X # Automatically updated alias database.  If omitted or inaccessible,
 X # ^aREPLYADDR and ^aREPLYTO kludges are generated in fido messages.
 X-database	/var/spool/ifmail/ifdbm
 X+database	/var/db/ifmail/ifdbm
 X 
 X # Sequencer file (used to generate unique IDs)
 X sequencer	/var/spool/ifmail/seq
 X 
 X # Areas file (format: "AREA newsgroup distribution")
 X-areas		/etc/ifmail/Areas
 X+areas		/usr/local/etc/ifmail/Areas
 X 
 X # Bad groups prefixes - do not pass to fido if appear in Newsgroups header
 X # This is NOT the same as "!news.group" in the cnews "sys" file.
 X@@ -139,9 +139,9 @@
 X # characters cannot be specified using the first (character) notation.
 X #
 X # Internet -> FidoNet (outgoing) character mapping table (a la mapchan)
 X-outtab		/usr/lib/ifmail/outkoi8alt
 X+outtab		/usr/local/etc/ifmail/outkoi8alt
 X # FidoNet -> Internet (incoming) character mapping table
 X-intab		/usr/lib/ifmail/outaltkoi8
 X+intab		/usr/local/etc/ifmail/outaltkoi8
 X 
 X # Delimiter char into user name for replace to space (default '.').
 X dots	_
 X@@ -150,24 +150,31 @@
 X # Default - Yes, recomended No. :)
 X received	No
 X 
 X+# The first symbol from the 'sentmode' config field will stand in the
 X+# beginning of each line in ?lo ("#" is default).
 X+sentmode	^
 X+
 X+# "From:" field in _body_ message (Internet -> FidoNet).
 X+bodyfrom	No
 X+
 X # Transport programs for mail and news, used by iftoss
 X # for sendmail, $F expands to "from" address, $T - to "to" address.
 X-sendmail	/usr/lib/sendmail -f $F $T
 X-rnews		/bin/rnews
 X+sendmail	/usr/sbin/sendmail -f $F $T
 X+rnews		/usr/local/bin/rnews
 X 
 X # Toss program, used by ifunpack
 X-iftoss		/usr/lib/ifmail/iftoss
 X+iftoss		/usr/local/libexec/ifmail/iftoss
 X 
 X # Unpackers, used by ifunpack. 
 X # $F expands to archieve file name
 X-unzip		/usr/bin/unzip -ojq $F
 X-unarj		/usr/bin/unarj e $F
 X-unarc		/usr/bin/unpack $F
 X-unzoo		/usr/bin/zoo -extract $F
 X+unzip		/usr/local/bin/unzip -ojq $F
 X+unarj		/usr/local/bin/unarj e $F
 X+unarc		/usr/local/bin/unpack $F
 X+unzoo		/usr/local/bin/zoo -extract $F
 X 
 X # Packer program, used by ifpack
 X # $F expands to archieve file name, $P - to list of packet names
 X-packer		/usr/bin/zip $F $P
 X+packer		/usr/local/bin/zip $F $P
 X 
 X # Maximum arcmail file size, ifpack will start new arcmail file if exceeds
 X maxfsize	500000
 X@@ -187,7 +194,7 @@
 X nonpacked	cm
 X 
 X # cnews log file and (temporary) database for seen-bys
 X-newslog		/usr/lib/news/log
 X+newslog		/var/log/news/news
 X msgidbm		/tmp/ifmsgids
 X 
 X # From this line on, values may be prefixed by a logical expression in
 X@@ -229,7 +236,7 @@
 X # actual speed is taken from the nodelist.  If speed is omitted (or set
 X # to zero), previous port speed is not changed.
 X #ModemPort	(time Any0000-0900,Sat,Sun) ttyS0
 X-ModemPort	cua0:L38400
 X+ModemPort	cuaa0:L38400
 X 
 X # PhoneTrans lines provide rules to change phone prefixes to make local
 X # or long-distance calls.  In the example below, my country code is 7,
 X@@ -250,6 +257,7 @@
 X ModemDial	(speed < 4800) AT&N3DP\T\r
 X ModemDial		ATDP\T\r
 X ModemHangup	ATZ\r
 X+ModemAfterCall	+++
 X ModemOK		OK
 X ModemConnect	CONNECT
 X ModemError	BUSY
 X@@ -260,7 +268,7 @@
 X 
 X # Timeouts to wait for "OK" and "CONNECT", cannot be prefixed by logical
 X # expression.
 X-TimeoutReset	3
 X+TimeoutReset	6
 X TimeoutConnect	70
 X 
 X # Delay in seconds before every call in "automatic" mode.  Ignored
 END-of-ifmail-os/patches/patch-ae
 exit
 
 -- 
 DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:5055/68@fidonet
 mailto:wizard@vlink.ru http://neva.vlink.ru
 Key fingerprint = 46 C8 1B 3B 15 1F 64 B0  38 0B 28 CE B0 75 7B E9
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905120430.VAA07490>