From owner-cvs-all Sun Jan 25 13:41:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21745 for cvs-all-outgoing; Sun, 25 Jan 1998 13:41:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21732; Sun, 25 Jan 1998 13:41:37 -0800 (PST) (envelope-from torstenb@FreeBSD.org) From: Torsten Blum Received: (from torstenb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19612; Sun, 25 Jan 1998 13:41:04 -0800 (PST) Date: Sun, 25 Jan 1998 13:41:04 -0800 (PST) Message-Id: <199801252141.NAA19612@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/news/inn Makefile ports/news/inn/files innd.sh config.data md5 ports/news/inn/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk torstenb 1998/01/25 13:41:04 PST Modified files: news/inn Makefile news/inn/files config.data md5 news/inn/pkg PLIST Added files: news/inn/files innd.sh Log: - upgrade to 1.7.2 - install $PREFIX/etc/rc.d/innd.sh (start and stop) - change group of $PREFIX/bin/rnews from uucp to dialer to work around a problem when using inn with uucp (rnews is not world-executable to prevent injection of faked articles) - don't install binaries in $PREFIX/etc - use /var/{spool,}/news/tmp instead of /var/tmp for rnews, otherwise rename will fail Revision Changes Path 1.25 +11 -3 ports/news/inn/Makefile 1.12 +15 -39 ports/news/inn/files/config.data 1.8 +1 -1 ports/news/inn/files/md5 1.6 +5 -3 ports/news/inn/pkg/PLIST