View | Details | Raw Unified | Return to bug 115793
Collapse All | Expand All

(-)/usr/ports/net-mgmt/ndpmon/Makefile (+2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	ndpmon
8
PORTNAME=	ndpmon
9
PORTVERSION=	1.2
9
PORTVERSION=	1.2
10
PORTREVISION=	1
10
CATEGORIES=	net-mgmt ipv6
11
CATEGORIES=	net-mgmt ipv6
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-22 Link Here
17
18
18
USE_GNOME=	libxml2
19
USE_GNOME=	libxml2
19
USE_PERL5_RUN=	yes
20
USE_PERL5_RUN=	yes
21
USE_RC_SUBR=	ndpmonitor
20
WRKSRC=		${WRKDIR}/${PORTNAME}
22
WRKSRC=		${WRKDIR}/${PORTNAME}
21
23
22
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
(-)/usr/ports/net-mgmt/ndpmon/files/ndpmonitor.in (+25 lines)
Line 0 Link Here
1
#!/bin/sh
2
#
3
# $FreeBSD$
4
#
5
# PROVIDE: ndpmonitor
6
# REQUIRE: DAEMON NETWORKING
7
#
8
9
. %%RC_SUBR%%
10
11
name="ndpmonitor"
12
13
ndpmonitor_enable=${ndpmonitor_enable:-NO}
14
15
load_rc_config $name
16
17
rcvar=`set_rcvar`
18
19
command="%%PREFIX%%/sbin/ndpmon >/dev/null &"
20
21
required_files=/usr/local/etc/config_ndpmon.xml
22
23
info "Running NDPMon."
24
25
run_rc_command "$1"

Return to bug 115793