mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Copyright notice added
Last changes
This commit is contained in:
parent
41a4e97f6f
commit
9af56cc0b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16886
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user