From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 24 20:50:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 700CE16A41A for ; Fri, 24 Aug 2007 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50BB113C46E for ; Fri, 24 Aug 2007 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7OKo2W2005323 for ; Fri, 24 Aug 2007 20:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7OKo2Pf005322; Fri, 24 Aug 2007 20:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 24 Aug 2007 20:50:02 GMT Resent-Message-Id: <200708242050.l7OKo2Pf005322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6132D16A418 for ; Fri, 24 Aug 2007 20:43:57 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (adsl120.adsl.hungarnet.hu [193.6.17.120]) by mx1.freebsd.org (Postfix) with ESMTP id 059D813C45D for ; Fri, 24 Aug 2007 20:43:56 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (localhost [127.0.0.1]) by scone.ki.iif.hu (8.14.1/8.14.1) with ESMTP id l7OKRuCa004404 for ; Fri, 24 Aug 2007 22:27:57 +0200 (CEST) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.14.1/8.14.1/Submit) id l7OKRuTW004403; Fri, 24 Aug 2007 22:27:56 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200708242027.l7OKRuTW004403@scone.ki.iif.hu> Date: Fri, 24 Aug 2007 22:27:56 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/115793: [MAINTAINER] net-mgmt/ndpmon: [add startup script] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 20:50:02 -0000 >Number: 115793 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/ndpmon: [add startup script] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 20:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 7.0-CURRENT i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Jun 27 18:22:17 CEST 2007 >Description: add startup script Added file(s): - files/ndpmonitor.in Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ndpmon-1.2_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-mgmt/ndpmon.orig/Makefile /usr/ports/net-mgmt/ndpmon/Makefile --- /usr/ports/net-mgmt/ndpmon.orig/Makefile 2007-08-03 23:40:26.000000000 +0200 +++ /usr/ports/net-mgmt/ndpmon/Makefile 2007-08-24 22:24:50.000000000 +0200 @@ -7,6 +7,7 @@ PORTNAME= ndpmon PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +18,7 @@ USE_GNOME= libxml2 USE_PERL5_RUN= yes +USE_RC_SUBR= ndpmonitor WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/net-mgmt/ndpmon.orig/files/ndpmonitor.in /usr/ports/net-mgmt/ndpmon/files/ndpmonitor.in --- /usr/ports/net-mgmt/ndpmon.orig/files/ndpmonitor.in 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/net-mgmt/ndpmon/files/ndpmonitor.in 2007-08-24 22:25:44.000000000 +0200 @@ -0,0 +1,25 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: ndpmonitor +# REQUIRE: DAEMON NETWORKING +# + +. %%RC_SUBR%% + +name="ndpmonitor" + +ndpmonitor_enable=${ndpmonitor_enable:-NO} + +load_rc_config $name + +rcvar=`set_rcvar` + +command="%%PREFIX%%/sbin/ndpmon >/dev/null &" + +required_files=/usr/local/etc/config_ndpmon.xml + +info "Running NDPMon." + +run_rc_command "$1" --- ndpmon-1.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: