aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-10-13 15:45:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-10-13 15:45:02 +0000
commit3bfa450500fc7f760fd0ea0b6b25e923a13af93c (patch)
treedd3dab2c11494ff49eb3b9aa99a5356dfc3ff9e1 /net-mgmt
parente3774627c5300e8dea3ce22a74bf9d8580eddcc1 (diff)
downloadports-3bfa450500fc7f760fd0ea0b6b25e923a13af93c.tar.gz
ports-3bfa450500fc7f760fd0ea0b6b25e923a13af93c.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/check_snmp_pkgvuln/Makefile33
-rw-r--r--net-mgmt/check_snmp_pkgvuln/distinfo2
-rw-r--r--net-mgmt/check_snmp_pkgvuln/pkg-descr6
-rw-r--r--net-mgmt/check_snmp_pkgvuln/pkg-plist2
5 files changed, 0 insertions, 44 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 2e45fff258b6..887ec2c63daa 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -32,7 +32,6 @@
SUBDIR += check_logfiles
SUBDIR += check_multi
SUBDIR += check_mysql_health
- SUBDIR += check_snmp_pkgvuln
SUBDIR += chillispot
SUBDIR += choparp
SUBDIR += cidr
diff --git a/net-mgmt/check_snmp_pkgvuln/Makefile b/net-mgmt/check_snmp_pkgvuln/Makefile
deleted file mode 100644
index 6c8726e097d5..000000000000
--- a/net-mgmt/check_snmp_pkgvuln/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Jarrod Sayers <jarrod@netleader.com.au>
-# $FreeBSD$
-
-PORTNAME= check_snmp_pkgvuln
-PORTVERSION= 0.01
-PORTREVISION= 1
-CATEGORIES= net-mgmt
-MASTER_SITES= http://www.cultdeadsheep.org/~clement/FreeBSD/nagios/
-PKGNAMEPREFIX= nagios-
-PKGNAMESUFFIX= -plugin
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Security vulnerability plugin for Nagios
-
-RUN_DEPENDS= snmpwalk:${PORTSDIR}/net-mgmt/net-snmp \
- portaudit:${PORTSDIR}/ports-mgmt/portaudit
-
-NAGIOS_PLUGIN_DIR?= libexec/nagios
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-PLIST_SUB= NAGIOS_PLUGIN_DIR=${NAGIOS_PLUGIN_DIR}
-
-post-patch:
- ${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|' ${WRKSRC}/${PORTNAME}
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${NAGIOS_PLUGIN_DIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
- ${STAGEDIR}${PREFIX}/${NAGIOS_PLUGIN_DIR}
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/check_snmp_pkgvuln/distinfo b/net-mgmt/check_snmp_pkgvuln/distinfo
deleted file mode 100644
index 204db72b5bd3..000000000000
--- a/net-mgmt/check_snmp_pkgvuln/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (check_snmp_pkgvuln-0.01.tar.gz) = 2170cacc3207c0af0a00825b94c615f02fce050b69c705ed1de49a123f8bd3ca
-SIZE (check_snmp_pkgvuln-0.01.tar.gz) = 1268
diff --git a/net-mgmt/check_snmp_pkgvuln/pkg-descr b/net-mgmt/check_snmp_pkgvuln/pkg-descr
deleted file mode 100644
index 8f88e86d3231..000000000000
--- a/net-mgmt/check_snmp_pkgvuln/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-check_snmp_pkgvuln is a Nagios plugin that detects hosts that are running
-vulnerable ports based on the database of security vulnerabilities
-provided by portaudit. The plugin communicates with the host via SNMP
-using the HOST-RESOURCES-MIB::hrSWInstalledName MIB.
-
-WWW: http://www.cultdeadsheep.org/~clement/
diff --git a/net-mgmt/check_snmp_pkgvuln/pkg-plist b/net-mgmt/check_snmp_pkgvuln/pkg-plist
deleted file mode 100644
index 515c1fd26d40..000000000000
--- a/net-mgmt/check_snmp_pkgvuln/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%NAGIOS_PLUGIN_DIR%%/check_snmp_pkgvuln
-@dirrmtry %%NAGIOS_PLUGIN_DIR%%