diff options
Diffstat (limited to 'net/netsaint/scripts/checkps')
-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 6014bfca04cb..61a4d67baaa7 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. Nagios needs this!" + echo "return an error code if a PID does not exist. Netsaint needs this!" exit else - echo "Great, you have a working ps(1)! Nagios can build." + echo "Great, you have a working ps(1)! Netsaint can build." fi |