aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios12/scripts/checkps
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios12/scripts/checkps')
-rw-r--r--net-mgmt/nagios12/scripts/checkps4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios12/scripts/checkps b/net-mgmt/nagios12/scripts/checkps
index 61a4d67baaa7..6014bfca04cb 100644
--- a/net-mgmt/nagios12/scripts/checkps
+++ b/net-mgmt/nagios12/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