aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2008-04-24 16:21:57 +0000
committerAnders Nordby <anders@FreeBSD.org>2008-04-24 16:21:57 +0000
commit6a837cc3aa49079fdf25aee915efbc2aea7ebeeb (patch)
tree9bcdf2a5490321f9447bbc193a7bdbd2af16f7c0 /net-mgmt/nrpe
parentf514f5121ef6f87a8814d7b186b945f77010648f (diff)
downloadports-6a837cc3aa49079fdf25aee915efbc2aea7ebeeb.tar.gz
ports-6a837cc3aa49079fdf25aee915efbc2aea7ebeeb.zip
Notes
Diffstat (limited to 'net-mgmt/nrpe')
-rw-r--r--net-mgmt/nrpe/Makefile2
-rw-r--r--net-mgmt/nrpe/files/nrpe.in6
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile
index 41f849a4be4f..3b6c8041787c 100644
--- a/net-mgmt/nrpe/Makefile
+++ b/net-mgmt/nrpe/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nrpe
PORTVERSION= 1.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nagios
diff --git a/net-mgmt/nrpe/files/nrpe.in b/net-mgmt/nrpe/files/nrpe.in
index 2f960ef9a2d9..5e108a3f7aaf 100644
--- a/net-mgmt/nrpe/files/nrpe.in
+++ b/net-mgmt/nrpe/files/nrpe.in
@@ -1,8 +1,12 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/net-mgmt/nrpe/files/Attic/nrpe.in,v 1.1 2008-04-07 12:34:07 edwin Exp $
+# $FreeBSD: /tmp/pcvs/ports/net-mgmt/nrpe/files/Attic/nrpe.in,v 1.2 2008-04-24 16:21:57 anders Exp $
#
+# PROVIDE: nrpe
+# REQUIRE: NETWORKING
+# KEYWORD: shutdown
+
#
# Add the following lines to /etc/rc.conf to enable apache2:
# nrpe_enable (bool): Set to "NO" by default.