summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-02-24 23:27:16 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-02-24 23:27:16 +0000
commit9af56cc0b3cdb907b4f441559bfa4a46c80abeea (patch)
treeade21615e38aad7b0d067634b870a55438056f66
parentFix BUILD_DEPENDS, set perl PREFIX. Unbroke. (diff)
Copyright notice added
Last changes
Notes
Notes: svn path=/head/; revision=16886
-rw-r--r--news/inn-stable/Makefile4
-rw-r--r--news/inn-stable/pkg-descr24
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.