diff options
author | andreas <andreas@FreeBSD.org> | 1999-02-25 07:27:16 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-02-25 07:27:16 +0800 |
commit | ba575164ed362005425d5d27f5b97e13d63b39bb (patch) | |
tree | 6be365bfa901f5403c5ba884565a65655f602dd5 | |
parent | 5d74a14bfb8b29d66f04c1415abbe8dceae19996 (diff) | |
download | freebsd-ports-gnome-ba575164ed362005425d5d27f5b97e13d63b39bb.tar.gz freebsd-ports-gnome-ba575164ed362005425d5d27f5b97e13d63b39bb.tar.zst freebsd-ports-gnome-ba575164ed362005425d5d27f5b97e13d63b39bb.zip |
Copyright notice added
Last changes
-rw-r--r-- | news/inn-stable/Makefile | 4 | ||||
-rw-r--r-- | news/inn-stable/pkg-descr | 24 |
2 files changed, 17 insertions, 11 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 5cf5caa11f9e..42ad830269a8 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.35 1999/02/17 06:40:02 andreas Exp $ +# $Id: Makefile,v 1.36 1999/02/23 19:33:07 andreas Exp $ # DISTNAME= inn-STABLE_2_2-1999-02-17_03-02 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.isc.org/isc/inn/snapshots/ MAINTAINER= andreas@FreeBSD.ORG +Y2K= http://www.isc.org/inn-y2k.html + .if defined(BATCH) # in BATCH mode we use the default NEWSSPOOL=/var/spool/news diff --git a/news/inn-stable/pkg-descr b/news/inn-stable/pkg-descr index 808311e1c970..66247f134443 100644 --- a/news/inn-stable/pkg-descr +++ b/news/inn-stable/pkg-descr @@ -1,19 +1,23 @@ -InterNetNews is a complete Usenet system. The cornerstone of the package +InterNetNews is a complete Usenet system. The cornerstone of the package is innd, an NNTP server that multiplexes all I/O. Newsreading is handled by a separate server, nnrpd, that is spawned for each client. Both innd -and nnrpd have some slight variances from the NNTP protocol. +and nnrpd have some slight variances from the NNTP protocol. It's also +possible to have UUCP and NNTP feeds and clients. -This is the new version 2.x, maintained by the ISC +Some statements to meet the COPYRIGHT: +- This is the new version, maintained by the ISC +- This product includes software developed by Rich Salz +- The only changes that have been made are a post-install target in the + Makefile of the FreeBSD port, so that the news spool area is created + automatically for ease of use of our inn2 port in the FreeBSD ports collection -Installation is relatively complex but nicely explained in the -file INSTALL, see the inn2 sources under the work directory. - -See: http://www.isc.org/ +Installation is relatively complex but nicely explained in the file INSTALL, +see the inn2 sources under the work directory. +Home Page: http://www.isc.org/inn.html +Year 2000: http://www.isc.org/inn-y2k.html +Support Contracts: http://www.isc.org/support.html Final note for UUCP users. The path of the rnews executeable has changed ! Add this to /etc/uucp/sys: - command-path /bin /usr/bin /usr/local/bin /usr/local/news/bin commands rmail uucp rnews - -otherwise /usr/local/news/bin/rnews rnews can't be executed. |