aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pnp
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2017-08-03 00:09:43 +0800
committerlme <lme@FreeBSD.org>2017-08-03 00:09:43 +0800
commit9203121ef24cda2d4ea520c4b444a74003a43bd0 (patch)
tree906391fd54b758220eb5252b1ed5a32e9ccbf319 /net-mgmt/pnp
parent820a7d9adfdee96e1773b4b223f044ecf7935175 (diff)
downloadfreebsd-ports-gnome-9203121ef24cda2d4ea520c4b444a74003a43bd0.tar.gz
freebsd-ports-gnome-9203121ef24cda2d4ea520c4b444a74003a43bd0.tar.zst
freebsd-ports-gnome-9203121ef24cda2d4ea520c4b444a74003a43bd0.zip
- Add descr variable to all my ports' rc scripts
- Bump PORTREVISION
Diffstat (limited to 'net-mgmt/pnp')
-rw-r--r--net-mgmt/pnp/Makefile2
-rw-r--r--net-mgmt/pnp/files/npcd.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile
index c5143747c3ac..daee33535dfb 100644
--- a/net-mgmt/pnp/Makefile
+++ b/net-mgmt/pnp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pnp
PORTVERSION= 0.6.25
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-mgmt
MASTER_SITES= SF/pnp4nagios/PNP-0.6
DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
diff --git a/net-mgmt/pnp/files/npcd.in b/net-mgmt/pnp/files/npcd.in
index 32ead7ca6718..e3cef292b583 100644
--- a/net-mgmt/pnp/files/npcd.in
+++ b/net-mgmt/pnp/files/npcd.in
@@ -19,6 +19,7 @@
. /etc/rc.subr
name="npcd"
+desc="Nagios performance C daemon"
rcvar=npcd_enable
command="%%PREFIX%%/bin/npcd"