summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-27 23:52:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-27 23:52:07 +0000
commitc4d3bf1df482de7f1c2680dcf3337b21a9c63586 (patch)
tree2e5b6743863b2c86eedaa2459e4da25a075e2924 /net-mgmt
parent- Update to 0.7.1 (diff)
2007-10-31 www/vtiger4: This version is no longer supported by the developers
2007-12-01 www/xpi-surfkeys: Development has been ceased 2008-02-01 sysutils/eventwatcher: no active development 2007-10-27 sysutils/p5-UPS-Nut: Version branch long since retired 2007-10-31 net-mgmt/netsaint: Now developed as Nagios, see net-mgmt/nagios port 2007-10-31 net-mgmt/netsaint-plugins: Now developed as Nagios, see net-mgmt/nagios port 2008-01-22 benchmarks/tsung: "fails to install" 2007-10-03 games/ggo: developer's focus have moved elsewhere 2008-02-15 mail/claws-mail-etpan_privacy: no longer supported by developers
Notes
Notes: svn path=/head/; revision=208029
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile2
-rw-r--r--net-mgmt/netsaint-plugins/Makefile52
-rw-r--r--net-mgmt/netsaint-plugins/distinfo3
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-ab297
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-ac12
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c29
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-check_mrtg.c15
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-check_ntp.pl76
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-check_snmp.c20
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-check_ssh.c20
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-plugins_check__swap.c15
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-subst.in11
-rw-r--r--net-mgmt/netsaint-plugins/pkg-descr16
-rw-r--r--net-mgmt/netsaint-plugins/pkg-plist52
-rw-r--r--net-mgmt/netsaint-plugins/scripts/configure108
-rw-r--r--net-mgmt/netsaint/Makefile73
-rw-r--r--net-mgmt/netsaint/distinfo6
-rw-r--r--net-mgmt/netsaint/files/patch-aa39
-rw-r--r--net-mgmt/netsaint/files/patch-ab10
-rw-r--r--net-mgmt/netsaint/files/patch-ad23
-rw-r--r--net-mgmt/netsaint/files/patch-ae11
-rw-r--r--net-mgmt/netsaint/files/patch-ag31
-rw-r--r--net-mgmt/netsaint/files/patch-ai27
-rw-r--r--net-mgmt/netsaint/files/patch-aj11
-rw-r--r--net-mgmt/netsaint/files/patch-ak11
-rw-r--r--net-mgmt/netsaint/files/patch-ba20
-rw-r--r--net-mgmt/netsaint/pkg-descr12
-rw-r--r--net-mgmt/netsaint/pkg-install68
-rw-r--r--net-mgmt/netsaint/pkg-plist297
-rw-r--r--net-mgmt/netsaint/scripts/checkps10
30 files changed, 0 insertions, 1377 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index e4a1267b2ba7..36855f0a9713 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -125,8 +125,6 @@
SUBDIR += netleak
SUBDIR += netmask
SUBDIR += netmond
- SUBDIR += netsaint
- SUBDIR += netsaint-plugins
SUBDIR += netspoc
SUBDIR += nettop
SUBDIR += netustad
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile
deleted file mode 100644
index a690dcd78c61..000000000000
--- a/net-mgmt/netsaint-plugins/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: netsaint-plugins
-# Date created: Wed 12 Jul 2000
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= netsaint-plugins
-PORTVERSION= 1.2.9.4
-PORTREVISION= 4
-CATEGORIES= net-mgmt
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= netsaintplug
-DISTNAME= ${PORTNAME}-1.2.9-4
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Plugins for netsaint
-
-DEPRECATED= Now developed as Nagios, see net-mgmt/nagios port
-BROKEN= script/configure is very out of date
-EXPIRATION_DATE=2007-10-31
-
-USE_SUBMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --sbindir=${PREFIX}/share/netsaint/sbin \
- --libexecdir=${PREFIX}/libexec/netsaint \
- --datadir=${PREFIX}/share/netsaint \
- --sysconfdir=${PREFIX}/etc/netsaint \
- --localstatedir=${PREFIX}/var/netsaint
-CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
-SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
- MKDIR="${MKDIR}"
-USE_AUTOTOOLS= automake:14 autoconf:213
-
-pre-fetch:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
-
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC}/plugins-scripts/ -type f -perm -+x | ${XARGS} -n1 \
- ${REINPLACE_CMD} -e "s,/bin/diff,/usr/bin/diff,g" \
- -e "s,/bin/sed,/usr/bin/sed,g" \
- -e "s,/bin/tail,/usr/bin/tail,g" \
- -e "s,/bin/grep,/usr/bin/grep,g"
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/netsaint-plugins/distinfo b/net-mgmt/netsaint-plugins/distinfo
deleted file mode 100644
index 3367b2bdf775..000000000000
--- a/net-mgmt/netsaint-plugins/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (netsaint-plugins-1.2.9-4.tar.gz) = ef4adb2b9e77abebd3797e5ebe093014
-SHA256 (netsaint-plugins-1.2.9-4.tar.gz) = 6475615099a73a85f5cbb0deb43f32d8c726fab396d3707303548ddbdafeeacb
-SIZE (netsaint-plugins-1.2.9-4.tar.gz) = 352023
diff --git a/net-mgmt/netsaint-plugins/files/patch-ab b/net-mgmt/netsaint-plugins/files/patch-ab
deleted file mode 100644
index f36507437390..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-ab
+++ /dev/null
@@ -1,297 +0,0 @@
-
-$FreeBSD$
-
---- configure.in.orig
-+++ configure.in
-@@ -7,7 +7,7 @@
- dnl AM_INIT_AUTOMAKE(netsaint-plugins,$VERSION)
- AM_CONFIG_HEADER(plugins/config.h plugins/common.h plugins/version.h plugins/netutils.h plugins/utils.h plugins/popen.h)
-
--AC_PREFIX_DEFAULT(/usr/local/netsaint)
-+dnl AC_PREFIX_DEFAULT(/usr/local/netsaint)
-
- dnl Figure out how to invoke "install" and what install options to use.
-
-@@ -99,8 +99,8 @@
- AC_CHECK_HEADERS(postgresql/libpq-fe.h)
- AC_CHECK_HEADERS(libpq-fe.h)
- if test "$ac_cv_header_pgsql_libpq_fe_h" = "yes"; then
-- PGLIBS="-lpq -lcrypt"
-- PGINCLUDE="-I/usr/include/pgsql"
-+ PGLIBS="-L$PGSQL/lib -lpq -lcrypt"
-+ PGINCLUDE="-I$PGSQL/include/pgsql"
- elif test "$ac_cv_header_postgresql_libpq_fe_h" = "yes"; then
- PGLIBS="-L$PGSQL/lib -lpq -lcrypt"
- PGINCLUDE="-I/usr/include/postgresql"
-@@ -128,25 +128,37 @@
- LIBS="$_SAVEDLIBS"
- CPPFLAGS="$_SAVEDCPPFLAGS"
-
-+AC_ARG_ENABLE(radius,--enable-radius compile check_radius)
-+if test $enableval; then
-+dnl Check for radiusclient header file
-+_SAVEDCPPFLAGS="$CPPFLAGS"
-+CPPFLAGS="-I${LOCALBASE}/include"
-+AC_CHECK_HEADERS(radiusclient.h,RADIUSINCLUDE="-I${LOCALBASE}/include")
-+AC_SUBST(RADIUSINCLUDE)
-+CPPFLAGS="$_SAVEDCPPFLAGS $RADIUSINCLUDE"
-+
- dnl Check for radius libraries
- _SAVEDLIBS="$LIBS"
--AC_CHECK_LIB(radiusclient,rc_read_config)
-+AC_CHECK_LIB(radiusclient,rc_read_config,,,-L${LOCALBASE}/lib)
- if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then
- EXTRAS="$EXTRAS check_radius"
-- RADIUSLIBS="-lradiusclient"
-+ RADIUSLIBS="-L${LOCALBASE}/lib -lradiusclient"
- AC_SUBST(RADIUSLIBS)
- else
- AC_MSG_WARN([Skipping radius plugin])
- AC_MSG_WARN([install radius libs to compile this plugin (see Requirements).])
- fi
- LIBS="$_SAVEDLIBS"
-+fi
-
-+AC_ARG_ENABLE(ldap,--enable-ldap compile check_ldap)
-+if test $enableval; then
- dnl Check for LDAP libraries
- _SAVEDLIBS="$LIBS"
--AC_CHECK_LIB(ldap,main,,,-llber)
--if test "$ac_cv_lib_ldap_main" = "yes"; then
-- LDAPLIBS="-lldap -llber"\
-- LDAPINCLUDE="-I/usr/include/ldap"
-+AC_CHECK_LIB(ldap,ldap_simple_bind,,,-L${LOCALBASE}/lib -llber)
-+if test "$ac_cv_lib_ldap_ldap_simple_bind" = "yes"; then
-+ LDAPLIBS="-L${LOCALBASE}/lib -lldap -llber"\
-+ LDAPINCLUDE="-I${LOCALBASE}/include"
- AC_SUBST(LDAPLIBS)
- AC_SUBST(LDAPINCLUDE)
- EXTRAS="$EXTRAS check_ldap"
-@@ -155,13 +167,14 @@
- AC_MSG_WARN([install LDAP libs to compile this plugin (see Requirements).])
- fi
- LIBS="$_SAVEDLIBS"
-+fi
-
- dnl Check for mysql libraries
- _SAVEDLIBS="$LIBS"
- _SAVEDCPPFLAGS="$CPPFLAGS"
--CPPFLAGS="-I/usr/include"
-+CPPFLAGS="-I${LOCALBASE}/include"
- AC_ARG_WITH(mysqllibdir,--with-mysqllibdir=<dir> sets path to mysql libraries,[MYSQLLIBDIR=$withval])
--if test -n "$MYSQLLIBS"; then
-+if test -n "$MYSQLLIBDIR"; then
- AC_CHECK_LIB(mysqlclient,mysql_init,MYSQLLIBS="-lmysqlclient -lz" check_mysql_LDFLAGS="-L$MYSQLLIBDIR",,-L$MYSQLLIBDIR -lz)
- elif test -f /usr/lib/libmysqlclient.so; then
- AC_CHECK_LIB(mysqlclient,mysql_init,MYSQLLIBS="-lmysqlclient -lz",,-lz)
-@@ -177,7 +190,8 @@
- AC_CHECK_LIB(mysqlclient,mysql_close,MYSQLLIBS="-lmysqlclient" check_mysql_LDFLAGS="-L/usr/lib/mysql",,-L/usr/lib/mysql)
- fi
- if test "$ac_cv_lib_mysqlclient_mysql_init" = "yes" -o "$ac_cv_lib_mysqlclient_mysql_close" = "yes"; then
-- AC_CHECK_HEADERS(mysql/mysql.h mysql/errmsg.h)
-+ AC_CHECK_HEADERS(mysql/mysql.h mysql/errmsg.h,MYSQLINCLUDE="-I${LOCALBASE}/include")
-+ AC_SUBST(MYSQLINCLUDE)
- if test "$ac_cv_header_mysql_mysql_h" = "yes" -a "$ac_cv_header_mysql_errmsg_h" = "yes"; then
- EXTRAS="$EXTRAS check_mysql"
- AC_SUBST(MYSQLLIBS)
-@@ -191,7 +205,7 @@
- AC_MSG_WARN([install mysql client libs to compile this plugin (see Requirements).])
- fi
- LIBS="$_SAVEDLIBS"
--CPPFLAGS="$_SAVEDCPPFLAGS"
-+CPPFLAGS="$_SAVEDCPPFLAGS $MYSQLINCLUDE"
-
- dnl Check for OpenSSL location
- AC_PATH_PROG(OPENSSL,openssl)
-@@ -270,16 +284,16 @@
- dnl AC_SUBST(libgetopt_a_DEPENDENCIES)
- dnl AC_SUBST(libsnprintf_a_SOURCES)
-
--AC_MSG_CHECKING(for getopt_long)
--AC_TRY_COMPILE([#include <getopt.h>
--#include <stdlib.h>],
--[int option_index=0;
--static struct option *long_options;
--getopt_long(0,NULL,"+h",long_options,&option_index);],
--[AC_DEFINE(HAVE_GETOPT_H) AC_DEFINE(HAVE_GETOPT_LONG) AC_MSG_RESULT(yes)],
--[AC_DEFINE(HAVE_GETOPT_H) AC_DEFINE(HAVE_GETOPT_LONG) AC_MSG_RESULT(no) import_sources=getopt])
-+dnl AC_MSG_CHECKING(for getopt_long)
-+dnl AC_TRY_COMPILE([#include <getopt.h>
-+dnl #include <stdlib.h>],
-+dnl [int option_index=0;
-+dnl static struct option *long_options;
-+dnl getopt_long(0,NULL,"+h",long_options,&option_index);],
-+dnl [AC_DEFINE(HAVE_GETOPT_H) AC_DEFINE(HAVE_GETOPT_LONG) AC_MSG_RESULT(yes)],
-+dnl [AC_DEFINE(HAVE_GETOPT_H) AC_DEFINE(HAVE_GETOPT_LONG) AC_MSG_RESULT(no) import_sources=getopt])
-
--AC_CHECK_FUNCS(getopt_long_only,,LIBS="$LIBS -lgetopt" DEPLIBS="$DEPLIBS libgetopt.a")
-+dnl AC_CHECK_FUNCS(getopt_long_only,,LIBS="$LIBS -lgetopt" DEPLIBS="$DEPLIBS libgetopt.a")
-
- AC_CHECK_FUNC(vsnprintf,,LIBS="$LIBS -lsnprintf" DEPLIBS="$DEPLIBS libsnprintf.a")
-
-@@ -330,72 +344,72 @@
- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -eo 'rss comm'")
- AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s")
- echo " ps syntax... $PATH_TO_PS -eo 's comm vsz rss user ppid args'"
--elif [ps -Ao 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
-+elif [ps -axo 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
- then
- AC_DEFINE(USE_PS_VARS)
- AC_DEFINE_UNQUOTED(PS_VARLIST,[procstat,&procuid,&procppid,procprog,&pos])
-- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 's user ppid args'")
-+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 's user ppid args'")
- EXTRAS="$EXTRAS check_netsaint"
-- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 's uid ppid comm args'")
-+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 's uid ppid comm args'")
- AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s %n")
-- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'")
-+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'")
- AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s")
-- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'")
-+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'")
- AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s")
-- echo " ps syntax... $PATH_TO_PS -Ao 's comm vsz rss'"
--elif [ps -Ao 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
-+ echo " ps syntax... $PATH_TO_PS -axo 's comm vsz rss'"
-+elif [ps -axo 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
- then
- AC_DEFINE(USE_PS_VARS)
- AC_DEFINE_UNQUOTED(PS_VARLIST,[procstat,&procuid,&procppid,procprog,&pos])
-- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 'status user ppid args'")
-+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 'status user ppid args'")
- EXTRAS="$EXTRAS check_netsaint"
-- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 'status uid ppid comm args'")
-+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 'status uid ppid comm args'")
- AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s %n")
-- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'")
-+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'")
- AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s")
-- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'")
-+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'")
- AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s")
-- echo " ps syntax... $PATH_TO_PS -Ao 'status comm vsz rss'"
--elif [ps -Ao 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
-+ echo " ps syntax... $PATH_TO_PS -axo 'status comm vsz rss'"
-+elif [ps -axo 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
- then
- AC_DEFINE(USE_PS_VARS)
- AC_DEFINE_UNQUOTED(PS_VARLIST,[procstat,&procuid,&procppid,procprog,&pos])
-- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 'state user ppid args'")
-+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 'state user ppid args'")
- EXTRAS="$EXTRAS check_netsaint"
-- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 'state uid ppid comm args'")
-+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 'state uid ppid comm args'")
- AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s %n")
-- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'")
-+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'")
- AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s")
-- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'")
-+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'")
- AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s")
-- echo " ps syntax... $PATH_TO_PS -Ao 'state comm vsz rss'"
--elif [ps -ao 'state command vsz rss user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
-+ echo " ps syntax... $PATH_TO_PS -axo 'state comm vsz rss'"
-+elif [ps -axo 'state command vsz rss user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
- then
- AC_DEFINE(USE_PS_VARS)
- AC_DEFINE_UNQUOTED(PS_VARLIST,[procstat,&procuid,&procppid,procprog,&pos])
-- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -ao 'state user ppid args'")
-+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 'state user ppid args'")
- EXTRAS="$EXTRAS check_netsaint"
-- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -ao 'state uid ppid command args'")
-+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 'state uid ppid command args'")
- AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s %n")
-- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -ao 'vsz command'")
-+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz command'")
- AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s")
-- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -ao 'rss command'")
-+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss command'")
- AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s")
-- echo " ps syntax... $PATH_TO_PS -ao 'state command vsz rss'"
-+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'"
- dnl FreeBSD
--elif [ps waxco 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null]
-+elif [ps waxo 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null]
- then
- AC_DEFINE(USE_PS_VARS)
- AC_DEFINE_UNQUOTED(PS_VARLIST,[procstat,&procuid,&procppid,procprog,&pos])
- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxo 'state uid ppid command'")
- EXTRAS="$EXTRAS check_netsaint"
-- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS waxco 'state uid ppid command command'")
-+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS waxo 'state uid ppid command'")
- AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s %n")
-- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS waxco 'vsz command'")
-+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS waxo 'vsz command'")
- AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s")
-- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS waxco 'rss command'")
-+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS waxo 'rss command'")
- AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s")
-- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'"
-+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'"
- dnl BSD-like mode in RH 6.1
- elif [ps waxno 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S +COMMAND +VSZ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null]
- then
-@@ -409,7 +423,7 @@
- AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s")
- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS waxno 'rss comm'")
- AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s")
-- echo " ps syntax... $PATH_TO_PS -waxco 'state comm vsz rss'"
-+ echo " ps syntax... $PATH_TO_PS -waxo 'state comm vsz rss'"
- dnl IRIX 53
- elif [ps -el 2>/dev/null | egrep -i "^ *F +S +UID +PID +PPID +C +PRI +NI +P +SZ +RSS +WCHAN +TTY +TIME +[RGSCOMDNA]+" >/dev/null]
- then
-@@ -620,6 +634,8 @@
- AC_DEFINE_UNQUOTED(WHO_COMMAND,"$PATH_TO_WHO")
- fi
-
-+AC_ARG_ENABLE(snmp,--enable-snmp compile check_hpjd and check_snmp)
-+if test $enableval; then
- AC_PATH_PROG(PATH_TO_SNMPGET,snmpget)
- if test -f "$PATH_TO_SNMPGET"
- then
-@@ -628,6 +644,7 @@
- else
- echo "** Get snmpget from http://ucd-snmp.ucdavis.edu to make check_hpjd and check_snmp plugins"
- fi
-+fi
-
- AC_PATH_PROG(PATH_TO_SNMPGETNEXT,snmpgetnext)
- if test -f "$PATH_TO_SNMPGETNEXT"
-@@ -635,6 +652,8 @@
- AC_DEFINE_UNQUOTED(PATH_TO_SNMPGETNEXT,"$PATH_TO_SNMPGETNEXT")
- fi
-
-+AC_ARG_ENABLE(qstat,--enable-qstat compile check_game)
-+if test $enableval; then
- AC_PATH_PROG(PATH_TO_QUAKESTAT,quakestat)
- AC_PATH_PROG(PATH_TO_QSTAT,qstat)
- if test -n "$PATH_TO_QUAKESTAT"
-@@ -648,7 +667,10 @@
- else
- echo "** Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin"
- fi
-+fi
-
-+AC_ARG_ENABLE(fping,--enable-fping compile check_fping)
-+if test $enableval; then
- AC_PATH_PROG(PATH_TO_FPING,fping)
- if test -n "$PATH_TO_FPING"
- then
-@@ -657,6 +679,7 @@
- else
- echo "** Get fping from http://www.stanford.edu/~schemers/docs/fping/fping.html in order to make check_fping plugin"
- fi
-+fi
-
- AC_PATH_PROG(PATH_TO_SSH,ssh)
- if test -f "$PATH_TO_SSH"
-@@ -704,8 +727,8 @@
- AC_DEFINE_UNQUOTED(SWAP_FORMAT,["%*s %d %*d %d"])
- echo " using FreeBSD format"
- fi
-- EXTRAS="$EXTRAS check_swap"
- fi
-+EXTRAS="$EXTRAS check_swap"
-
- AC_PATH_PROG(PATH_TO_DIG,dig)
- AC_DEFINE_UNQUOTED(PATH_TO_DIG,"$PATH_TO_DIG")
diff --git a/net-mgmt/netsaint-plugins/files/patch-ac b/net-mgmt/netsaint-plugins/files/patch-ac
deleted file mode 100644
index 796ee76bcc2a..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- plugins-scripts/check_ntp.pl.orig Mon Apr 23 19:43:00 2001
-+++ plugins-scripts/check_ntp.pl Sun Apr 29 18:38:26 2001
-@@ -154,7 +154,8 @@
- ###
- ###
-
--if (open(NTPDC,"/usr/sbin/xntpdc -c peers $host 2>&1 |") ) {
-+if (open(NTPDC,"/usr/sbin/xntpdc -c peers $host 2>&1 |") ||
-+ open(NTPDC,"/usr/sbin/ntpdc -c peers $host 2>&1 |")) {
- while (<NTPDC>) {
- print if ($verbose);
- if (/([^\s]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)/) {
diff --git a/net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c b/net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c
deleted file mode 100644
index 68de5fab2234..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- plugins/check_by_ssh.c.orig Mon Apr 23 09:43:11 2001
-+++ plugins/check_by_ssh.c Tue Jul 22 05:05:52 2003
-@@ -191,7 +191,7 @@
- if (commands>1)
- remotecmd=strscat(remotecmd,";echo STATUS CODE: $?;");
-
-- if (strlen (remotecmd) <= 1)
-+ if ((remotecmd==NULL) || (strlen (remotecmd) <= 1))
- usage ("No remotecmd\n");
-
- comm = ssprintf(comm,"%s %s '%s'",comm,hostname,remotecmd);
-@@ -369,6 +369,8 @@
- " list of netsaint service names, separated by ':' [optional]\n"
- "-n, --name=NAME\n"
- " short name of host in netsaint configuration [optional]\n"
-+ "-v, --verbose\n"
-+ " short name of host in netsaint configuration [optional]\n"
- "\n"
- "The most common mode of use is to refer to a local identity file with\n"
- "the '-i' option. In this mode, the identity pair should have a null\n"
-@@ -388,7 +390,7 @@
-
-
- #define OPTIONS "\
---H <host> [-P port] [-f] [-y] [-t timeout] [-i identity]\n
-+-H <host> -C <command> [-fyv] [-P port] [-t timeout] [-i identity]\n\
- [-l user] [-n name] [-s servicelist] [-O outputfile]"
-
- void print_usage(void)
diff --git a/net-mgmt/netsaint-plugins/files/patch-check_mrtg.c b/net-mgmt/netsaint-plugins/files/patch-check_mrtg.c
deleted file mode 100644
index 7443d87e0836..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-check_mrtg.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- plugins/check_mrtg.c.orig Mon May 24 22:29:35 2004
-+++ plugins/check_mrtg.c Mon May 24 22:29:52 2004
-@@ -338,10 +338,10 @@
- usage("Invalid variable number\n");
- break;
- case 'w': /* critical time threshold */
-- value_warning_threshold=strtoul(argv[5],NULL,10);
-+ value_warning_threshold=strtoul(optarg,NULL,10);
- break;
- case 'c': /* warning time threshold */
-- value_critical_threshold=strtoul(argv[6],NULL,10);
-+ value_critical_threshold=strtoul(optarg,NULL,10);
- break;
- case 'l': /* label */
- value_label=optarg;
diff --git a/net-mgmt/netsaint-plugins/files/patch-check_ntp.pl b/net-mgmt/netsaint-plugins/files/patch-check_ntp.pl
deleted file mode 100644
index 3a3e3959ab88..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-check_ntp.pl
+++ /dev/null
@@ -1,76 +0,0 @@
---- plugins-scripts/check_ntp.pl.orig Sun Jun 23 14:28:03 2002
-+++ plugins-scripts/check_ntp.pl Sun Jun 23 14:28:27 2002
-@@ -44,6 +44,10 @@
- # o Server has correct time but isn't suitable synchronization
- # source. This happens while starting up and if contact
- # with master has been lost.
-+#
-+# (c) 2001 David Douthitt <n9ubh@callsign.net>
-+#
-+# Script modified to handle NTP v2 with new -n parameter
-
- BEGIN {
- if ($0 =~ m/^(.*?)[\/\\]([^\/\\]+)$/) {
-@@ -56,7 +60,7 @@
- use POSIX;
- use strict;
- use Getopt::Long;
--use vars qw($opt_H $opt_w $opt_c $verbose $PROGNAME);
-+use vars qw($opt_n $opt_H $opt_w $opt_c $verbose $PROGNAME);
- use lib $main::runtimedir;
- use utils qw($TIMEOUT %ERRORS &print_revision &usage &support &is_error);
-
-@@ -69,6 +73,7 @@
- sub version ();
-
- delete @ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-+$ENV{'PATH'} = "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin";
-
- Getopt::Long::Configure('bundling', 'no_ignore_case');
- GetOptions
-@@ -77,6 +82,7 @@
- "v|verbose" => \$verbose,
- "w|warning=s" => \$opt_w,
- "c|critical=s" => \$opt_c,
-+ "n|ntpversion" => \$opt_n,
- "H|hostname=s" => \$opt_H);
-
- ($opt_H) || ($opt_H = shift) || usage("Host name/address not specified\n");
-@@ -93,6 +99,9 @@
- ($opt_c) || ($opt_c = shift) || ($opt_c = 120);
- my $critical = $1 if ($opt_c =~ /([0-9]+)/);
-
-+($opt_n) || ($opt_n = shift) || ($opt_n = 3);
-+my $ntp_version = $1 if ($opt_n =~ /([0-9])/);
-+
- my $answer = undef;
- my $offset = undef;
- my $msg; # first line of output to print if format is invalid
-@@ -117,7 +126,7 @@
- ###
- ###
-
--if (!open (NTPDATE, "/usr/local/sbin/ntpdate -q $host 2>&1 |")) {
-+if (!open (NTPDATE, "ntpdate -o$ntp_version -q $host 2>&1 |")) {
- print "Could not open ntpdate\n";
- exit $ERRORS{"UNKNOWN"};
- }
-@@ -154,8 +163,7 @@
- ###
- ###
-
--if (open(NTPDC,"/usr/sbin/xntpdc -c peers $host 2>&1 |") ||
-- open(NTPDC,"/usr/sbin/ntpdc -c peers $host 2>&1 |")) {
-+if (open(NTPDC,"/usr/sbin/ntpdc -c peers $host 2>&1 |")) {
- while (<NTPDC>) {
- print if ($verbose);
- if (/([^\s]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)/) {
-@@ -224,7 +232,7 @@
- exit $state;
-
- sub print_usage () {
-- print "Usage: $PROGNAME -H <host> [-w <warn>] [-c <crit>]\n";
-+ print "Usage: $PROGNAME -H <host> [ -n <ntp_version> ] [-w <warn>] [-c <crit>]\n";
- }
-
- sub print_help () {
diff --git a/net-mgmt/netsaint-plugins/files/patch-check_snmp.c b/net-mgmt/netsaint-plugins/files/patch-check_snmp.c
deleted file mode 100644
index 9f7a6dbd5e75..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-check_snmp.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- plugins/check_snmp.c.orig Fri Jun 21 14:34:23 2002
-+++ plugins/check_snmp.c Fri Jun 21 14:33:45 2002
-@@ -146,13 +146,13 @@
- /* create the command line to execute */
- if (getnext==TRUE) {
- command_line = ssprintf (command_line,
-- "%s -m ALL -v 1 %s %s %s",
-- PATH_TO_SNMPGETNEXT, server_address, community, oid);
-+ "%s -m ALL -v 1 -c %s %s %s",
-+ PATH_TO_SNMPGETNEXT, community, server_address, oid);
- }
- else {
- command_line = ssprintf (command_line,
-- "%s -m ALL -v 1 %s %s %s",
-- PATH_TO_SNMPGET, server_address, community, oid);
-+ "%s -m ALL -v 1 -c %s %s %s",
-+ PATH_TO_SNMPGET, community, server_address, oid);
- }
-
- /* run the command */
diff --git a/net-mgmt/netsaint-plugins/files/patch-check_ssh.c b/net-mgmt/netsaint-plugins/files/patch-check_ssh.c
deleted file mode 100644
index d80b91a2abb9..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-check_ssh.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- plugins/check_ssh.c.orig Fri Jun 21 12:17:43 2002
-+++ plugins/check_ssh.c Fri Jun 21 12:23:16 2002
-@@ -246,7 +246,7 @@
- printf("%s\n", output);
- ssh_proto = output + 4;
- ssh_server = ssh_proto + strspn(ssh_proto, "0123456789-. ");
-- ssh_proto[strspn(ssh_proto, "0123456789-. ")] = 0;
-+ ssh_proto[strspn(ssh_proto, "0123456789. ")] = 0;
- printf
- ("SSH ok - protocol version %s - server version %s\n",
- ssh_proto, ssh_server);
-@@ -272,7 +272,7 @@
- {
- printf
- ("Usage:\n"
-- " %s -t [timeout] -p [port] <host>\n"
-+ " %s [-t <timeout>] [-p <port>] <host>\n"
- " %s -V prints version info\n"
- " %s -h prints more detailed help\n", PROGNAME, PROGNAME, PROGNAME);
- }
diff --git a/net-mgmt/netsaint-plugins/files/patch-plugins_check__swap.c b/net-mgmt/netsaint-plugins/files/patch-plugins_check__swap.c
deleted file mode 100644
index ca3d21b3544f..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-plugins_check__swap.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- plugins/check_swap.c.orig
-+++ plugins/check_swap.c
-@@ -15,6 +15,9 @@
- #include "utils.h"
-
- #define PROGNAME "check_swap"
-+#define HAVE_SWAP 1
-+#define SWAP_COMMAND "/usr/sbin/swapinfo -k"
-+#define SWAP_FORMAT "%*s %d %*d %d"
-
- int process_arguments(int argc, char **argv);
- int call_getopt(int argc, char **argv);
diff --git a/net-mgmt/netsaint-plugins/files/patch-subst.in b/net-mgmt/netsaint-plugins/files/patch-subst.in
deleted file mode 100644
index 3caf2cb87757..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-subst.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins-scripts/subst.in.orig Fri Sep 1 05:47:35 2000
-+++ plugins-scripts/subst.in Sun Jun 23 14:24:00 2002
-@@ -33,7 +33,7 @@
- # Trusted path mechanism (deprecated)
-
- /^[ \t]*\$ENV[ \t]*\{[ \t'"]*PATH[ \t"']*\}[ \t]*=/ {
-- sub(/\=[ \t]*['"][^"']+["']/,"='@trusted_path@' # autoconf-derived");
-+ sub(/\=[ \t]*['"][^"']+["'];/,"='@trusted_path@'; # autoconf-derived");
- }
-
- /^[\t ]*(export[\t ]*)?PATH[\t ]*=['"]+.+["']$/ {
diff --git a/net-mgmt/netsaint-plugins/pkg-descr b/net-mgmt/netsaint-plugins/pkg-descr
deleted file mode 100644
index da28433b287c..000000000000
--- a/net-mgmt/netsaint-plugins/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-This is a plugin package for Netsaint. Quoting from the
-main Netsaint package:
-
-NetSaint is a program that will monitor hosts and services
-on your network. It has the ability to email or page you
-when a problem arises and when it gets resolved. NetSaint
-is written in C and is designed to run under Linux, although
-it should work under most other *NIX variants. It can run
-either as a normal process or as a daemon, intermittently
-running checks on various services that you specify. The
-actual service checks are performed by external "plugins"
-which return service information to NetSaint. Several CGI
-programs are included with NetSaint in order to allow you
-to view the current service status, history, etc. via a web browser.
-
-WWW: http://www.netsaint.org/
diff --git a/net-mgmt/netsaint-plugins/pkg-plist b/net-mgmt/netsaint-plugins/pkg-plist
deleted file mode 100644
index 2fc85698322f..000000000000
--- a/net-mgmt/netsaint-plugins/pkg-plist
+++ /dev/null
@@ -1,52 +0,0 @@
-libexec/netsaint/check_breeze
-libexec/netsaint/check_by_ssh
-libexec/netsaint/check_dig
-libexec/netsaint/check_disk
-libexec/netsaint/check_disk_smb
-libexec/netsaint/check_dns
-libexec/netsaint/check_dummy
-libexec/netsaint/check_flexlm
-%%SUB_FPING%%libexec/netsaint/check_fping
-libexec/netsaint/check_ftp
-%%SUB_QSTAT%%libexec/netsaint/check_game
-%%SUB_SNMP%%libexec/netsaint/check_hpjd
-libexec/netsaint/check_http
-libexec/netsaint/check_imap
-libexec/netsaint/check_ircd
-%%SUB_LDAP%%libexec/netsaint/check_ldap
-libexec/netsaint/check_load
-libexec/netsaint/check_log
-libexec/netsaint/check_mrtg
-libexec/netsaint/check_mrtgtraf
-%%SUB_MYSQL%%libexec/netsaint/check_mysql
-libexec/netsaint/check_netdns
-libexec/netsaint/check_netsaint
-libexec/netsaint/check_nntp
-libexec/netsaint/check_nt
-libexec/netsaint/check_ntp
-libexec/netsaint/check_nwstat
-libexec/netsaint/check_oracle
-libexec/netsaint/check_overcr
-%%SUB_PGSQL%%libexec/netsaint/check_pgsql
-libexec/netsaint/check_ping
-libexec/netsaint/check_pop
-libexec/netsaint/check_procs
-%%SUB_RADIUS%%libexec/netsaint/check_radius
-libexec/netsaint/check_real
-libexec/netsaint/check_rpc
-libexec/netsaint/check_sensors
-libexec/netsaint/check_smtp
-%%SUB_SNMP%%libexec/netsaint/check_snmp
-libexec/netsaint/check_ssh
-libexec/netsaint/check_swap
-libexec/netsaint/check_tcp
-libexec/netsaint/check_time
-libexec/netsaint/check_udp
-libexec/netsaint/check_ups
-libexec/netsaint/check_users
-libexec/netsaint/check_vsz
-libexec/netsaint/check_wave
-libexec/netsaint/urlize
-libexec/netsaint/utils.pm
-libexec/netsaint/utils.sh
-@dirrm libexec/netsaint
diff --git a/net-mgmt/netsaint-plugins/scripts/configure b/net-mgmt/netsaint-plugins/scripts/configure
deleted file mode 100644
index 6ca99ad75525..000000000000
--- a/net-mgmt/netsaint-plugins/scripts/configure
+++ /dev/null
@@ -1,108 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
- exit
-fi
-
-tempfile=`mktemp -t checklist`
-
-if [ "${BATCH}" = "yes" ]; then
-else
- /usr/bin/dialog --title "NetSaint plugins configuration options" --clear \
- --checklist "\n\
-Please select desired options:" -1 -1 16 \
-QStat "Game server query support" OFF \
-FPing "Support for non-flooding fast ping" OFF \
-NetSNMP "SNMP support" ON \
-Radiusclient "Radius support" OFF \
-MySQL "MySQL support" OFF \
-PostgreSQL "PostgreSQL support" OFF \
-OpenLDAP "OpenLDAP support" ON \
-2> $tempfile
-
- retval=$?
-
- if [ -s $tempfile ]; then
- set `cat $tempfile`
- fi
- rm -f $tempfile
-
- case $retval in
- 0) if [ -z "$*" ]; then
- echo "Nothing selected"
- fi
- ;;
- 1) echo "Cancel pressed."
- exit 1
- ;;
- esac
-fi
-
-${MKDIR} ${WRKDIRPREFIX}${CURDIR}
-exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
-
-SUB_QSTAT="@comment "
-SUB_FPING="@comment "
-SUB_SNMP="@comment "
-SUB_RADIUS="@comment "
-SUB_MYSQL="@comment "
-SUB_PGSQL="@comment "
-SUB_LDAP="@comment "
-
-while [ "$1" ]; do
- case $1 in
- \"QStat\")
- echo "BUILD_DEPENDS+= qstat:\${PORTSDIR}/games/qstat"
- echo "RUN_DEPENDS+= qstat:\${PORTSDIR}/games/qstat"
- echo "CONFIGURE_ARGS+= --enable-qstat"
- SUB_QSTAT=""
- ;;
- \"FPing\")
- echo "BUILD_DEPENDS+= fping:\${PORTSDIR}/net/fping"
- echo "RUN_DEPENDS+= fping:\${PORTSDIR}/net/fping"
- echo "CONFIGURE_ARGS+= --enable-fping"
- SUB_FPING=""
- ;;
- \"NetSNMP\")
- echo "BUILD_DEPENDS+= snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
- echo "RUN_DEPENDS+= snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
- echo "CONFIGURE_ARGS+= --enable-snmp"
- SUB_SNMP=""
- ;;
- \"Radiusclient\")
- echo "LIB_DEPENDS+= radiusclient.0:\${PORTSDIR}/net/radiusclient"
- echo "CONFIGURE_ARGS+= --enable-radius"
- SUB_RADIUS=""
- ;;
- \"MySQL\")
- echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client"
- echo "CONFIGURE_ARGS+= --with-mysqllibdir=\${LOCALBASE}/lib/mysql"
- SUB_MYSQL=""
- ;;
- \"PostgreSQL\")
- echo "USE_PGSQL= yes"
- echo "CONFIGURE_ARGS+= --with-pgsql=\${LOCALBASE}"
- SUB_PGSQL=""
- ;;
- \"OpenLDAP\")
- echo "LIB_DEPENDS+= ldap:\${PORTSDIR}/net/openldap22-client"
- echo "CONFIGURE_ARGS+= --enable-ldap"
- SUB_LDAP=""
- ;;
- *)
- echo "Invalid option(s): $*" > /dev/stderr
- rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- exit 1
- ;;
- esac
- shift
-done
-
-echo "PLIST_SUB+= SUB_QSTAT=\"${SUB_QSTAT}\""
-echo "PLIST_SUB+= SUB_FPING=\"${SUB_FPING}\""
-echo "PLIST_SUB+= SUB_SNMP=\"${SUB_SNMP}\""
-echo "PLIST_SUB+= SUB_RADIUS=\"${SUB_RADIUS}\""
-echo "PLIST_SUB+= SUB_MYSQL=\"${SUB_MYSQL}\""
-echo "PLIST_SUB+= SUB_PGSQL=\"${SUB_PGSQL}\""
-echo "PLIST_SUB+= SUB_LDAP=\"${SUB_LDAP}\""
diff --git a/net-mgmt/netsaint/Makefile b/net-mgmt/netsaint/Makefile
deleted file mode 100644
index aa4410e860b8..000000000000
--- a/net-mgmt/netsaint/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# New ports collection makefile for: netsaint
-# Date created: Wed 12 Jul 2000
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= netsaint
-PORTVERSION= 0.0.7
-PORTREVISION= 5
-PORTEPOCH= 1
-CATEGORIES= net-mgmt
-MASTER_SITES= http://netsaint.sourceforge.net/download/ \
- ${MASTER_SITE_LOCAL:S/$/:local/}
-MASTER_SITE_SUBDIR=dwcjr/:local
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz:local
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Extremely powerful network monitoring system
-
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
-RUN_DEPENDS= ${LOCALBASE}/libexec/netsaint/check_netsaint:${PORTSDIR}/net-mgmt/netsaint-plugins
-
-DEPRECATED= Now developed as Nagios, see net-mgmt/nagios port
-EXPIRATION_DATE=2007-10-31
-
-USE_PERL5= yes
-USE_GETOPT_LONG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-command-user=netsaint \
- --with-command-grp=www \
- --with-gd-lib=${LOCALBASE}/lib \
- --with-gd-inc=${LOCALBASE}/include \
- --with-netsaint-user=netsaint \
- --with-netsaint-grp=netsaint \
- --sbindir=${PREFIX}/share/netsaint/sbin \
- --libexecdir=${PREFIX}/libexec/netsaint \
- --datadir=${PREFIX}/share/netsaint \
- --sysconfdir=${PREFIX}/etc/netsaint \
- --localstatedir=${PREFIX}/var/netsaint
-INSTALL_TARGET= all install config install-config install-daemoninit install-commandmode
-
-.if defined(WITH_MYSQL)
-USE_MYSQL= YES
-CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
- --with-mysql-inc=${LOCALBASE}/include/mysql \
- --with-mysql-xdata
-.endif
-
-.if defined(WITH_POSTGRES)
-USE_PGSQL= YES
-CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/lib \
- --with-pgsql-inc=${LOCALBASE}/include \
- --with-pgsql-xdata
-.endif
-
-pre-fetch:
- @${SH} ${SCRIPTDIR}/checkps
-
-post-patch:
-.if defined(WITH_POSTGRES)
- @${REINPLACE_CMD} -e 's,pgsql/,,' ${WRKSRC}/xdata/x[cers]ddb.c
-.endif
-
-pre-install:
- @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
-post-install:
-.for i in bsd_logofullsize.gif bsd_sblogo.gif
- ${INSTALL_DATA} ${WRKDIR}/netsaint-0.0.7b6/html/images/$i ${PREFIX}/share/${PORTNAME}/images/
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/netsaint/distinfo b/net-mgmt/netsaint/distinfo
deleted file mode 100644
index aa22eec3c81a..000000000000
--- a/net-mgmt/netsaint/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (netsaint-0.0.7.tar.gz) = 5cabd55a73a618acbc82adc76d6ef382
-SHA256 (netsaint-0.0.7.tar.gz) = a63adf4712332edc1014d7a5fa9ca2a7dcba2690a45196afe07d1b51c71ccaf9
-SIZE (netsaint-0.0.7.tar.gz) = 1278019
-MD5 (netsaint-graphics.tar.gz) = d959b80cccdee3ff22f4025c6f2446c4
-SHA256 (netsaint-graphics.tar.gz) = d247586ae59442086b8b78662a36c87b56af8b50e3e3d51b0bf6a21a1b51e31e
-SIZE (netsaint-graphics.tar.gz) = 25061
diff --git a/net-mgmt/netsaint/files/patch-aa b/net-mgmt/netsaint/files/patch-aa
deleted file mode 100644
index 52e4d1752784..000000000000
--- a/net-mgmt/netsaint/files/patch-aa
+++ /dev/null
@@ -1,39 +0,0 @@
---- Makefile.in.orig Mon Apr 30 17:22:35 2001
-+++ Makefile.in Tue May 1 19:58:50 2001
-@@ -27,7 +27,7 @@
- INSTALL_OPTS=@INSTALL_OPTS@
- COMMAND_OPTS=@COMMAND_OPTS@
- INIT_DIR=@init_dir@
--INIT_OPTS=-o root -g root
-+INIT_OPTS=-o root -g wheel
- CGICFGDIR=$(CGIDIR)
- PERLDIR=@PERLDIR@
-
-@@ -99,20 +99,20 @@
-
- install-config:
- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
-- $(INSTALL) -m 664 $(INSTALL_OPTS) netsaint.cfg $(DESTDIR)$(CFGDIR)
-- $(INSTALL) -m 664 $(INSTALL_OPTS) hosts.cfg $(DESTDIR)$(CFGDIR)
-- $(INSTALL) -m 664 $(INSTALL_OPTS) commands.cfg $(DESTDIR)$(CFGDIR)
-- $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(DESTDIR)$(CFGDIR)
-- $(INSTALL) -m 660 $(INSTALL_OPTS) resource.cfg $(DESTDIR)$(CFGDIR)
-+ $(INSTALL) -m 664 $(INSTALL_OPTS) netsaint.cfg $(DESTDIR)$(CFGDIR)/netsaint.cfg.dist
-+ $(INSTALL) -m 664 $(INSTALL_OPTS) hosts.cfg $(DESTDIR)$(CFGDIR)/hosts.cfg.dist
-+ $(INSTALL) -m 664 $(INSTALL_OPTS) commands.cfg $(DESTDIR)$(CFGDIR)/commands.cfg.dist
-+ $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(DESTDIR)$(CFGDIR)/nscgi.cfg.dist
-+ $(INSTALL) -m 660 $(INSTALL_OPTS) resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg.dist
-
- install-init: install-daemoninit
-
- install-daemoninit:
-- $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/netsaint
-+ $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/netsaint.sh
-
- install-commandmode:
- $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(LOGDIR)/rw
-- chmod g+s $(DESTDIR)$(LOGDIR)/rw
-+# chmod g+s $(DESTDIR)$(LOGDIR)/rw
-
- fullinstall: install install-init install-commandmode
-
diff --git a/net-mgmt/netsaint/files/patch-ab b/net-mgmt/netsaint/files/patch-ab
deleted file mode 100644
index 52c154d64fd0..000000000000
--- a/net-mgmt/netsaint/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- base/Makefile.in.orig Sun Feb 18 22:33:22 2001
-+++ base/Makefile.in Thu Mar 1 21:58:39 2001
-@@ -86,7 +86,6 @@
- devclean: clean
-
- install:
-- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR)
- $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(DESTDIR)$(BINDIR)
-
-
diff --git a/net-mgmt/netsaint/files/patch-ad b/net-mgmt/netsaint/files/patch-ad
deleted file mode 100644
index aeb6f67857ca..000000000000
--- a/net-mgmt/netsaint/files/patch-ad
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.orig Thu Mar 1 04:54:12 2001
-+++ configure Thu Mar 1 21:58:09 2001
-@@ -11,7 +11,7 @@
- ac_help=
- ac_default_prefix=/usr/local
- # Any additions from configure.in:
--ac_default_prefix=/usr/local/netsaint
-+#ac_default_prefix=/usr/local/netsaint
- ac_help="$ac_help
- --with-netsaint-user=<user> sets user name to run netsaint"
- ac_help="$ac_help
-@@ -562,9 +562,9 @@
- # Prefer explicitly selected file to automatically selected ones.
- if test -z "$CONFIG_SITE"; then
- if test "x$prefix" != xNONE; then
-- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
-+ CONFIG_SITE="$prefix/share/netsaint/config.site $prefix/etc/netsaint/config.site"
- else
-- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
-+ CONFIG_SITE="$ac_default_prefix/share/netsaint/config.site $ac_default_prefix/etc/netsaint/config.site"
- fi
- fi
- for ac_site_file in $CONFIG_SITE; do
diff --git a/net-mgmt/netsaint/files/patch-ae b/net-mgmt/netsaint/files/patch-ae
deleted file mode 100644
index 37f2c6d96f62..000000000000
--- a/net-mgmt/netsaint/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig Mon Apr 30 17:22:35 2001
-+++ configure.in Tue May 1 19:36:54 2001
-@@ -1,7 +1,7 @@
- dnl Process this -*-m4-*- file with autoconf to produce a configure script.
- AC_INIT(base/netsaint.c)
- AC_CONFIG_HEADER(common/config.h common/snprintf.h base/netsaint.h cgi/cgiutils.h)
--AC_PREFIX_DEFAULT(/usr/local/netsaint)
-+AC_PREFIX_DEFAULT(/usr/local)
-
- dnl Figure out how to invoke "install" and what install options to use.
- AC_PROG_INSTALL
diff --git a/net-mgmt/netsaint/files/patch-ag b/net-mgmt/netsaint/files/patch-ag
deleted file mode 100644
index 14027c5d9cc9..000000000000
--- a/net-mgmt/netsaint/files/patch-ag
+++ /dev/null
@@ -1,31 +0,0 @@
---- functions Fri Apr 7 11:11:34 2000
-+++ functions.new Sat Jun 10 13:31:31 2000
-@@ -11,7 +11,7 @@
- #
-
- # First set up a default search path.
--PATH=/opt/gnu/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
-+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
- export PATH
-
- # Get a sane screen width
-@@ -174,7 +174,7 @@
- # fi
-
- # Finally try to extract it from ps
-- pid=`ps -eo pid,ppid,fname | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1`
-+ pid=`ps -axco pid,ppid,command | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1`
- if [ "$pid" != "" ] ; then
- echo $pid
- return 0
-@@ -206,8 +206,8 @@
- fi
- fi
-
-- # See if /var/lock/subsys/$1 exists
-- if [ -f /var/lock/subsys/$1 ]; then
-+ # See if /var/spool/lock/$1 exists
-+ if [ -f /var/spool/lock/$1 ]; then
- echo "$1 dead but subsys locked"
- return 2
- fi
diff --git a/net-mgmt/netsaint/files/patch-ai b/net-mgmt/netsaint/files/patch-ai
deleted file mode 100644
index 1820da920208..000000000000
--- a/net-mgmt/netsaint/files/patch-ai
+++ /dev/null
@@ -1,27 +0,0 @@
---- daemon-init.in.orig Sat Mar 24 19:58:26 2001
-+++ daemon-init.in Tue May 1 19:38:52 2001
-@@ -68,12 +68,9 @@
-
-
- # Source function library
--# Solaris doesn't have an rc.d directory, so do a test first
--#if [ -f /etc/rc.d/init.d/functions ]; then
--#. /etc/rc.d/init.d/functions
--#elif [ -f /etc/init.d/functions ]; then
--#. /etc/init.d/functions
--#fi
-+if [ -f @sysconfdir@/functions ]; then
-+. @sysconfdir@/functions
-+fi
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@
-@@ -102,7 +99,7 @@
-
- start)
- echo "Starting network monitor: netsaint"
-- su $Netsaint -c "touch $NetsaintVar/netsaint.log $NetsaintSav"
-+ su -m $Netsaint -c "touch $NetsaintVar/netsaint.log $NetsaintSav"
- rm -f $NetsaintCmd
- $NetsaintBin -d $NetsaintCfg
- if [ -d $NetsaintLckDir ]; then touch $NetsaintLckDir/$NetsaintLckFile; fi
diff --git a/net-mgmt/netsaint/files/patch-aj b/net-mgmt/netsaint/files/patch-aj
deleted file mode 100644
index c427778f0d2b..000000000000
--- a/net-mgmt/netsaint/files/patch-aj
+++ /dev/null
@@ -1,11 +0,0 @@
---- html/main.html.orig Sat Mar 2 01:41:54 2002
-+++ html/main.html Wed Mar 13 09:12:58 2002
-@@ -27,7 +27,7 @@
-
- <P>
- <div align="center">
--<IMG SRC="images/logofullsize.gif" BORDER="0" ALT="NetSaint" width="238" height="227"><br>
-+<IMG SRC="images/bsd_logofullsize.gif" BORDER="0" ALT="NetSaint" width="238" height="227"><br>
- Copyright (c) 1999-2002 Ethan Galstad<br>
- <a href="mailto:netsaint@netsaint.org">netsaint@netsaint.org</a>
- </div>
diff --git a/net-mgmt/netsaint/files/patch-ak b/net-mgmt/netsaint/files/patch-ak
deleted file mode 100644
index b419a9d04564..000000000000
--- a/net-mgmt/netsaint/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- html/side.html.in.org Sun Sep 16 11:36:54 2001
-+++ html/side.html.in Sun Sep 16 11:39:53 2001
-@@ -44,7 +44,7 @@
- <table width="150" border="0">
- <tr>
- <td>
-- <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/sblogo.gif" width="130" height="125" border="0"></a></div>
-+ <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/bsd_sblogo.gif" width="110" height="95" border="0"></a></div>
- </td>
- </tr>
- </table>
diff --git a/net-mgmt/netsaint/files/patch-ba b/net-mgmt/netsaint/files/patch-ba
deleted file mode 100644
index c4b47eabff35..000000000000
--- a/net-mgmt/netsaint/files/patch-ba
+++ /dev/null
@@ -1,20 +0,0 @@
---- base/utils.c.orig Thu Feb 21 02:47:12 2002
-+++ base/utils.c Tue Jun 11 09:21:53 2002
-@@ -1884,6 +1884,17 @@
- val|=FD_CLOEXEC;
- fcntl(lockfile,F_SETFD,val);
-
-+ /* close existing stdin, stdout, stderr */
-+ close(0);
-+ close(1);
-+ close(2);
-+
-+ /* THIS HAS TO BE DONE TO AVOID PROBLEMS WITH STDERR BEING REDIRECTED TO SERVICE MESSAGE PIPE! */
-+ /* re-open stdin, stdout, stderr with known values */
-+ open("/dev/null",O_RDONLY);
-+ open("/dev/null",O_WRONLY);
-+ open("/dev/null",O_WRONLY);
-+
- return OK;
- }
-
diff --git a/net-mgmt/netsaint/pkg-descr b/net-mgmt/netsaint/pkg-descr
deleted file mode 100644
index ba87fff062b8..000000000000
--- a/net-mgmt/netsaint/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-NetSaint is a program that will monitor hosts and services on your
-network. It has the ability to email or page you when a problem arises
-and when it gets resolved. NetSaint is written in C and is designed to
-run under Linux, although it should work under most other *NIX variants.
-It can run either as a normal process or as a daemon, intermittently
-running checks on various services that you specify. The actual service
-checks are performed by external "plugins" which return service
-information to NetSaint. Several CGI programs are included with NetSaint
-in order to allow you to view the current service status, history, etc.
-via a web browser.
-
-WWW: http://www.netsaint.org/
diff --git a/net-mgmt/netsaint/pkg-install b/net-mgmt/netsaint/pkg-install
deleted file mode 100644
index 52af9cc24d68..000000000000
--- a/net-mgmt/netsaint/pkg-install
+++ /dev/null
@@ -1,68 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-PKG_PREFIX=${PKG_PREFIX:=/usr/local}
-
-user=netsaint
-group=netsaint
-
-ask() {
- local question default answer
-
- question=$1
- default=$2
- if [ -z "${PACKAGE_BUILDING}" ]; then
- read -p "${question} [${default}]? " answer
- fi
- if [ x${answer} = x ]; then
- answer=${default}
- fi
- echo ${answer}
-}
-
-yesno() {
- local dflt question answer
-
- question=$1
- dflt=$2
- while :; do
- answer=$(ask "${question}" "${dflt}")
- case "${answer}" in
- [Yy]*) return 0;;
- [Nn]*) return 1;;
- esac
- echo "Please answer yes or no."
- done
-}
-
-if [ x"$2" = xPRE-INSTALL ]; then
- if /usr/sbin/pw groupshow "${group}" 2>/dev/null; then
- echo "You already have a group \"${group}\", so I will use it."
- else
- echo "You need a group \"${group}\"."
- if yesno "Would you like me to create it" y; then
- /usr/sbin/pw groupadd ${group} -h - || exit
- echo "Done."
- else
- echo "Please create it, and try again."
- exit 1
- fi
- fi
-
- if /usr/sbin/pw user show "${user}" 2>/dev/null; then
- echo "You already have a user \"${user}\", so I will use it."
- else
- echo "You need a user \"${user}\"."
- if yesno "Would you like me to create it" y; then
- /usr/sbin/pw useradd ${user} -g ${group} -h - -d ${PKG_PREFIX}/var/netsaint \
- -s /nonexistent -c "Netsaint pseudo-user" || exit
- echo "Done."
- else
- echo "Please create it, and try again."
- exit 1
- fi
- fi
-
-fi
diff --git a/net-mgmt/netsaint/pkg-plist b/net-mgmt/netsaint/pkg-plist
deleted file mode 100644
index 5aa3f5f888c3..000000000000
--- a/net-mgmt/netsaint/pkg-plist
+++ /dev/null
@@ -1,297 +0,0 @@
-@exec mkdir -p %D/var/netsaint/archives
-@exec mkdir -p %D/var/netsaint/rw
-@exec chmod 775 %D/var/netsaint %D/var/netsaint/archives %D/var/netsaint/rw
-@exec chown netsaint:netsaint %D/var/netsaint %D/var/netsaint/archives
-@exec chown netsaint:nogroup %D/var/netsaint/rw
-bin/netsaint
-etc/netsaint/commands.cfg.dist
-etc/netsaint/hosts.cfg.dist
-etc/netsaint/netsaint.cfg.dist
-etc/netsaint/nscgi.cfg.dist
-etc/netsaint/resource.cfg.dist
-etc/rc.d/netsaint.sh
-share/netsaint/docs/about.html
-share/netsaint/docs/addons.html
-share/netsaint/docs/cgiauth.html
-share/netsaint/docs/cgis.html
-share/netsaint/docs/checkscheduling.html
-share/netsaint/docs/clusters.html
-share/netsaint/docs/commandfile.html
-share/netsaint/docs/config.html
-share/netsaint/docs/configcgi.html
-share/netsaint/docs/confighost.html
-share/netsaint/docs/configmain.html
-share/netsaint/docs/dependencies.html
-share/netsaint/docs/developer/commentfile.html
-share/netsaint/docs/developer/images/xcdapi.gif
-share/netsaint/docs/developer/images/xedapi.gif
-share/netsaint/docs/developer/images/xodapi.gif
-share/netsaint/docs/developer/images/xrdapi.gif
-share/netsaint/docs/developer/images/xsdapi.gif
-share/netsaint/docs/developer/index.html
-share/netsaint/docs/developer/pluginhowto.html
-share/netsaint/docs/developer/stateretentionfile.html
-share/netsaint/docs/developer/statusfile.html
-share/netsaint/docs/developer/xcd.html
-share/netsaint/docs/developer/xdata.html
-share/netsaint/docs/developer/xed.html
-share/netsaint/docs/developer/xod.html
-share/netsaint/docs/developer/xrd.html
-share/netsaint/docs/developer/xsd.html
-share/netsaint/docs/distributed.html
-share/netsaint/docs/downtime.html
-share/netsaint/docs/embeddedperl.html
-share/netsaint/docs/escalations.html
-share/netsaint/docs/eventhandlers.html
-share/netsaint/docs/extcommands.html
-share/netsaint/docs/faqs.html
-share/netsaint/docs/flapping.html
-share/netsaint/docs/funstuff.html
-share/netsaint/docs/images/activepassive.gif
-share/netsaint/docs/images/avail_cgi.gif
-share/netsaint/docs/images/checktiming.gif
-share/netsaint/docs/images/cmd_cgi.gif
-share/netsaint/docs/images/config_cgi.gif
-share/netsaint/docs/images/distributed.gif
-share/netsaint/docs/images/extinfo_cgi_a.gif
-share/netsaint/docs/images/extinfo_cgi_b.gif
-share/netsaint/docs/images/extinfo_cgi_c.gif
-share/netsaint/docs/images/extinfo_cgi_d.gif
-share/netsaint/docs/images/extinfo_cgi_e.gif
-share/netsaint/docs/images/history_cgi.gif
-share/netsaint/docs/images/indirecthostcheck.gif
-share/netsaint/docs/images/indirectsvccheck.gif
-share/netsaint/docs/images/indirectsvccheck2.gif
-share/netsaint/docs/images/interleaved1.gif
-share/netsaint/docs/images/interleaved2.gif
-share/netsaint/docs/images/network-heirarchy.gif
-share/netsaint/docs/images/network-outage1.gif
-share/netsaint/docs/images/network-outage2.gif
-share/netsaint/docs/images/noninterleaved1.gif
-share/netsaint/docs/images/noninterleaved2.gif
-share/netsaint/docs/images/notification-process.gif
-share/netsaint/docs/images/notifications_cgi.gif
-share/netsaint/docs/images/outages_cgi.gif
-share/netsaint/docs/images/physical-network.gif
-share/netsaint/docs/images/plugintheory.gif
-share/netsaint/docs/images/redundancy-1.gif
-share/netsaint/docs/images/redundancy-2.gif
-share/netsaint/docs/images/service-dependencies.gif
-share/netsaint/docs/images/showlog_cgi.gif
-share/netsaint/docs/images/statetransitions.gif
-share/netsaint/docs/images/statetransitions2.gif
-share/netsaint/docs/images/status_cgi_a.gif
-share/netsaint/docs/images/status_cgi_b.gif
-share/netsaint/docs/images/statusmap_cgi.gif
-share/netsaint/docs/images/statuswml_cgi.gif
-share/netsaint/docs/images/statuswrl_cgi.gif
-share/netsaint/docs/images/tac_cgi.gif
-share/netsaint/docs/images/trends_cgi.gif
-share/netsaint/docs/index.html
-share/netsaint/docs/indirectchecks.html
-share/netsaint/docs/installing.html
-share/netsaint/docs/installweb.html
-share/netsaint/docs/macros.html
-share/netsaint/docs/makehtml.html
-share/netsaint/docs/networkoutages.html
-share/netsaint/docs/networkreachability.html
-share/netsaint/docs/notifications.html
-share/netsaint/docs/parallelization.html
-share/netsaint/docs/passivechecks.html
-share/netsaint/docs/perfdata.html
-share/netsaint/docs/pluginhowto.html
-share/netsaint/docs/plugins.html
-share/netsaint/docs/plugintheory.html
-share/netsaint/docs/programmodes.html
-share/netsaint/docs/redundancy.html
-share/netsaint/docs/robots.txt
-share/netsaint/docs/security.html
-share/netsaint/docs/starting.html
-share/netsaint/docs/statetypes.html
-share/netsaint/docs/statuslevels.html
-share/netsaint/docs/stoprestart.html
-share/netsaint/docs/theory.html
-share/netsaint/docs/timeperiods.html
-share/netsaint/docs/tuning.html
-share/netsaint/docs/verifyconfig.html
-share/netsaint/docs/volatileservices.html
-share/netsaint/docs/whatsnew.html
-share/netsaint/docs/xdata-db.html
-share/netsaint/images/ack.gif
-share/netsaint/images/active.gif
-share/netsaint/images/bsd_logofullsize.gif
-share/netsaint/images/bsd_sblogo.gif
-share/netsaint/images/command.gif
-share/netsaint/images/comment.gif
-share/netsaint/images/config.gif
-share/netsaint/images/contact.gif
-share/netsaint/images/contactgroup.gif
-share/netsaint/images/critical.gif
-share/netsaint/images/delay.gif
-share/netsaint/images/delete.gif
-share/netsaint/images/disabled.gif
-share/netsaint/images/down.gif
-share/netsaint/images/downtime.gif
-share/netsaint/images/enabled.gif
-share/netsaint/images/extinfo.gif
-share/netsaint/images/flapping.gif
-share/netsaint/images/greendot.gif
-share/netsaint/images/history.gif
-share/netsaint/images/host.gif
-share/netsaint/images/hostevent.gif
-share/netsaint/images/info.gif
-share/netsaint/images/left.gif
-share/netsaint/images/logofullsize.gif
-share/netsaint/images/logos/aix.gd2
-share/netsaint/images/logos/aix.gif
-share/netsaint/images/logos/amiga.gd2
-share/netsaint/images/logos/amiga.gif
-share/netsaint/images/logos/apple.gd2
-share/netsaint/images/logos/apple.gif
-share/netsaint/images/logos/beos.gd2
-share/netsaint/images/logos/beos.gif
-share/netsaint/images/logos/caldera.gd2
-share/netsaint/images/logos/caldera.gif
-share/netsaint/images/logos/cat1900.gd2
-share/netsaint/images/logos/cat2900.gd2
-share/netsaint/images/logos/cat5000.gd2
-share/netsaint/images/logos/debian.gd2
-share/netsaint/images/logos/debian.gif
-share/netsaint/images/logos/freebsd40.gd2
-share/netsaint/images/logos/freebsd40.gif
-share/netsaint/images/logos/hp-printer40.gd2
-share/netsaint/images/logos/hp-printer40.gif
-share/netsaint/images/logos/hpux.gd2
-share/netsaint/images/logos/hpux.gif
-share/netsaint/images/logos/irix.gd2
-share/netsaint/images/logos/irix.gif
-share/netsaint/images/logos/linux40.gd2
-share/netsaint/images/logos/linux40.gif
-share/netsaint/images/logos/logo.gd2
-share/netsaint/images/logos/mac40.gd2
-share/netsaint/images/logos/mac40.gif
-share/netsaint/images/logos/mandrake.gd2
-share/netsaint/images/logos/mandrake.gif
-share/netsaint/images/logos/next.gd2
-share/netsaint/images/logos/next.gif
-share/netsaint/images/logos/netsaint.gd2
-share/netsaint/images/logos/ng-switch40.gd2
-share/netsaint/images/logos/ng-switch40.gif
-share/netsaint/images/logos/novell40.gd2
-share/netsaint/images/logos/novell40.gif
-share/netsaint/images/logos/openbsd.gd2
-share/netsaint/images/logos/openbsd.gif
-share/netsaint/images/logos/redhat.gd2
-share/netsaint/images/logos/redhat.gif
-share/netsaint/images/logos/router40.gd2
-share/netsaint/images/logos/router40.gif
-share/netsaint/images/logos/slackware.gd2
-share/netsaint/images/logos/slackware.gif
-share/netsaint/images/logos/stampede.gd2
-share/netsaint/images/logos/stampede.gif
-share/netsaint/images/logos/storm.gd2
-share/netsaint/images/logos/storm.gif
-share/netsaint/images/logos/sun40.gd2
-share/netsaint/images/logos/sun40.gif
-share/netsaint/images/logos/sunlogo.gd2
-share/netsaint/images/logos/sunlogo.gif
-share/netsaint/images/logos/switch40.gd2
-share/netsaint/images/logos/switch40.gif
-share/netsaint/images/logos/turbolinux.gd2
-share/netsaint/images/logos/turbolinux.gif
-share/netsaint/images/logos/ultrapenguin.gd2
-share/netsaint/images/logos/ultrapenguin.gif
-share/netsaint/images/logos/unicos.gd2
-share/netsaint/images/logos/unicos.gif
-share/netsaint/images/logos/unknown.gd2
-share/netsaint/images/logos/win40.gd2
-share/netsaint/images/logos/win40.gif
-share/netsaint/images/logos/yellowdog.gd2
-share/netsaint/images/logos/yellowdog.gif
-share/netsaint/images/logrotate.gif
-share/netsaint/images/logs.gif
-share/netsaint/images/ndisabled.gif
-share/netsaint/images/noack.gif
-share/netsaint/images/notes.gif
-share/netsaint/images/notify.gif
-share/netsaint/images/orangedot.gif
-share/netsaint/images/parentup.gif
-share/netsaint/images/recovery.gif
-share/netsaint/images/restart.gif
-share/netsaint/images/right.gif
-share/netsaint/images/sbbg.gif
-share/netsaint/images/sbconfig.gif
-share/netsaint/images/sbgeneral.gif
-share/netsaint/images/sblogo.gif
-share/netsaint/images/sbmonitor.gif
-share/netsaint/images/serviceevent.gif
-share/netsaint/images/sideback.jpg
-share/netsaint/images/standby.gif
-share/netsaint/images/start.gif
-share/netsaint/images/status.gif
-share/netsaint/images/status2.gif
-share/netsaint/images/status3.gif
-share/netsaint/images/status4.gif
-share/netsaint/images/stop.gif
-share/netsaint/images/tacdisabled.jpg
-share/netsaint/images/tacenabled.jpg
-share/netsaint/images/thermcrit.gif
-share/netsaint/images/thermok.gif
-share/netsaint/images/thermwarn.gif
-share/netsaint/images/trends.gif
-share/netsaint/images/trendshost.png
-share/netsaint/images/trendssvc.png
-share/netsaint/images/unknown.gif
-share/netsaint/images/up.gif
-share/netsaint/images/warning.gif
-share/netsaint/images/zoom1.gif
-share/netsaint/images/zoom2.gif
-share/netsaint/index.html
-share/netsaint/main.html
-share/netsaint/media/critical.wav
-share/netsaint/media/hostdown.wav
-share/netsaint/media/warning.wav
-share/netsaint/robots.txt
-share/netsaint/sbin/avail.cgi
-share/netsaint/sbin/cmd.cgi
-share/netsaint/sbin/config.cgi
-share/netsaint/sbin/extinfo.cgi
-share/netsaint/sbin/history.cgi
-share/netsaint/sbin/ministatus.cgi
-share/netsaint/sbin/notifications.cgi
-share/netsaint/sbin/outages.cgi
-share/netsaint/sbin/showlog.cgi
-share/netsaint/sbin/status.cgi
-share/netsaint/sbin/statusmap.cgi
-share/netsaint/sbin/statuswml.cgi
-share/netsaint/sbin/statuswrl.cgi
-share/netsaint/sbin/tac.cgi
-share/netsaint/sbin/trends.cgi
-share/netsaint/side.html
-share/netsaint/stylesheets/avail.css
-share/netsaint/stylesheets/cmd.css
-share/netsaint/stylesheets/config.css
-share/netsaint/stylesheets/extinfo.css
-share/netsaint/stylesheets/history.css
-share/netsaint/stylesheets/notifications.css
-share/netsaint/stylesheets/outages.css
-share/netsaint/stylesheets/showlog.css
-share/netsaint/stylesheets/status.css
-share/netsaint/stylesheets/statusmap.css
-share/netsaint/stylesheets/tac.css
-share/netsaint/stylesheets/trends.css
-@dirrmtry etc/netsaint
-@dirrm share/netsaint/docs/developer/images
-@dirrm share/netsaint/docs/developer
-@dirrm share/netsaint/docs/images
-@dirrm share/netsaint/docs
-@dirrm share/netsaint/images/logos
-@dirrm share/netsaint/images
-@dirrm share/netsaint/media
-@dirrm share/netsaint/sbin
-@dirrm share/netsaint/stylesheets
-@dirrm share/netsaint
-@dirrmtry var/netsaint/archives
-@dirrmtry var/netsaint/rw
-@dirrmtry var/netsaint
-@dirrmtry var
diff --git a/net-mgmt/netsaint/scripts/checkps b/net-mgmt/netsaint/scripts/checkps
deleted file mode 100644
index 61a4d67baaa7..000000000000
--- a/net-mgmt/netsaint/scripts/checkps
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-/bin/ps 999999 2>&1 >/dev/null
-if [ $? = 0 ]; then
- echo "You need to upgrade to RELENG_3, RELENG_4, or HEAD sometime"
- echo "after July 8, 2000 around 5:15AM UTC, so that ps(1) will"
- echo "return an error code if a PID does not exist. Netsaint needs this!"
- exit
-else
- echo "Great, you have a working ps(1)! Netsaint can build."
-fi