From owner-freebsd-ports Sat Jun 22 13: 0:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9F9537B406 for ; Sat, 22 Jun 2002 13:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MK02c20741; Sat, 22 Jun 2002 13:00:02 -0700 (PDT) (envelope-from gnats) Received: from arutam.inch.com (ns.inch.com [216.223.192.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F3A137B400; Sat, 22 Jun 2002 12:59:25 -0700 (PDT) Received: from DellBSD.inch.com (DellBSD.inch.com [216.223.192.89]) by arutam.inch.com (8.12.2/8.12.2/UTIL-INCH-3.0.6) with ESMTP id g5MJxJZm005720; Sat, 22 Jun 2002 15:59:19 -0400 (EDT) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.inch.com (Postfix) with ESMTP id 8725058B7; Sat, 22 Jun 2002 15:59:13 -0400 (EDT) Received: by DellBSD.inch.com (Postfix, from userid 0) id 83FA558B6; Sat, 22 Jun 2002 15:59:12 -0400 (EDT) Message-Id: <20020622195912.83FA558B6@DellBSD.inch.com> Date: Sat, 22 Jun 2002 15:59:12 -0400 (EDT) From: Scott Lambert Reply-To: Scott Lambert To: FreeBSD-gnats-submit@FreeBSD.org Cc: Scott Lambert , blaz@si.FreeBSD.org, ports@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39673: netsaint-plugins fails to install command.cfg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39673 >Category: ports >Synopsis: netsaint-plugins fails to install command.cfg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 22 13:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Lambert >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD DellBSD.inch.com 4.6-RELEASE FreeBSD 4.6-RELEASE #8: Sat Jun 15 21:46:48 EDT 2002 root@DellBSD.inch.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: netsaint-plugins fails to install command.cfg which contains the sample check_* commands for the netsaint-plugins port which makes it more annoying to setup checks for the non netsaint default plugins. netsaint.cfg referrences the command.cfg saying: # This comes with the plugins. Choose it for the newest plugin features. #cfg_file=/usr/local/etc/netsaint/command.cfg >How-To-Repeat: >Fix: Install the following patch to the port skeleton for netsaint-plugins. --- netsaint-plugins.diff begins here --- diff -u netsaint-plugins/Makefile netsaint-plugins-new/Makefile --- netsaint-plugins/Makefile Mon Mar 25 04:19:19 2002 +++ netsaint-plugins-new/Makefile Sat Jun 22 15:18:00 2002 @@ -37,4 +37,6 @@ post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc +post-install: + @${INSTALL_DATA} ${WRKSRC}/command.cfg ${PREFIX}/etc/netsaint/command.cfg.dist .include Common subdirectories: netsaint-plugins/files and netsaint-plugins-new/files diff -u netsaint-plugins/pkg-plist netsaint-plugins-new/pkg-plist --- netsaint-plugins/pkg-plist Thu May 17 02:02:15 2001 +++ netsaint-plugins-new/pkg-plist Sat Jun 22 15:18:59 2002 @@ -50,3 +50,4 @@ libexec/netsaint/utils.pm libexec/netsaint/utils.sh @dirrm libexec/netsaint +etc/netsaint/command.cfg.dist Common subdirectories: netsaint-plugins/scripts and netsaint-plugins-new/scripts --- netsaint-plugins.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message