diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-05-29 06:35:18 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-05-29 06:35:18 +0000 |
commit | c4eb485185100ed8a05291a4f038c2c0b4cb58e8 (patch) | |
tree | c1c1f36ee3662fb2beb441d7ffde1a8b25fb9639 /net/netsaint/scripts | |
parent | 7d0dd45516ba89fc06cf3020158f9e7dd1728d6e (diff) | |
download | FreeBSD-ports-c4eb485185100ed8a05291a4f038c2c0b4cb58e8.zip FreeBSD-ports-c4eb485185100ed8a05291a4f038c2c0b4cb58e8.tar.gz |
Add nagios-1.0b1 after repocopy from net/netsaint.
Submitted by: Blaz Zupan <blaz.zupan@amis.net>
PR: ports/38550
Diffstat (limited to 'net/netsaint/scripts')
-rw-r--r-- | net/netsaint/scripts/checkps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netsaint/scripts/checkps b/net/netsaint/scripts/checkps index 61a4d67..6014bfc 100644 --- a/net/netsaint/scripts/checkps +++ b/net/netsaint/scripts/checkps @@ -3,8 +3,8 @@ 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!" + echo "return an error code if a PID does not exist. Nagios needs this!" exit else - echo "Great, you have a working ps(1)! Netsaint can build." + echo "Great, you have a working ps(1)! Nagios can build." fi |