From owner-cvs-ports@FreeBSD.ORG Tue Feb 10 20:56:00 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7CE816A4CE; Tue, 10 Feb 2004 20:56:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B230643D1F; Tue, 10 Feb 2004 20:56:00 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1B4u0Ge085674; Tue, 10 Feb 2004 20:56:00 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B4u0Ko085673; Tue, 10 Feb 2004 20:56:00 -0800 (PST) (envelope-from linimon) Message-Id: <200402110456.i1B4u0Ko085673@repoman.freebsd.org> From: Mark Linimon Date: Tue, 10 Feb 2004 20:56:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nagios Makefile distinfo pkg-install ports/net/nagios/files DEINSTALL.tmpl INSTALL.tmpl MESSAGE.tmpl nagios.sh.tmpl patch-ad patch-aj X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 04:56:01 -0000 linimon 2004/02/10 20:56:00 PST FreeBSD ports repository Modified files: net/nagios Makefile distinfo net/nagios/files patch-ad Added files: net/nagios/files DEINSTALL.tmpl INSTALL.tmpl MESSAGE.tmpl nagios.sh.tmpl Removed files: net/nagios pkg-install net/nagios/files patch-aj Log: Update to 1.2: mostly bugfixes, but also configuration for other OSes. See Changelog for details. Details about the changes to the port (as differntiated from the source): - we depend on perl5 on build - remove nagmin support as the nagmin port was never commited - add rc.subr support - document supported tunables - add post-install documentation that documents the remaining steps the user needs to take to finish the installation - add deinstallation script the reminds the user to remove the username, group and directory PR: ports/62537 Submitted by: Blaz Zupan (maintainer) Revision Changes Path 1.35 +43 -18 ports/net/nagios/Makefile 1.18 +1 -1 ports/net/nagios/distinfo 1.1 +23 -0 ports/net/nagios/files/DEINSTALL.tmpl (new) 1.1 +67 -0 ports/net/nagios/files/INSTALL.tmpl (new) 1.1 +15 -0 ports/net/nagios/files/MESSAGE.tmpl (new) 1.1 +55 -0 ports/net/nagios/files/nagios.sh.tmpl (new) 1.6 +16 -16 ports/net/nagios/files/patch-ad 1.7 +0 -13 ports/net/nagios/files/patch-aj (dead) 1.3 +0 -68 ports/net/nagios/pkg-install (dead)