diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /net-mgmt/nagios/scripts/checkps | |
parent | Remove do-package target that was running "make package" in (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'net-mgmt/nagios/scripts/checkps')
-rw-r--r-- | net-mgmt/nagios/scripts/checkps | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-mgmt/nagios/scripts/checkps b/net-mgmt/nagios/scripts/checkps deleted file mode 100644 index 61a4d67baaa7..000000000000 --- a/net-mgmt/nagios/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 |