[debian-edu-commits] debian-edu/ 01/01: Update new message in testsuite/nagios to include script name.

Petter Reinholdtsen pere at moszumanska.debian.org
Fri Sep 5 21:26:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-config.

commit 70244b34302c4840c88e51341e7da5319c5c8778
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Sep 5 23:25:30 2014 +0200

    Update new message in testsuite/nagios to include script name.
---
 debian/changelog | 1 +
 testsuite/nagios | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c3500b..1ce5c05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ debian-edu-config (1.725) UNRELEASED; urgency=low
     time zones.
   * Adjust testsuite/timezone to accept Europe/Oslo and Arctic/Longyearbyen
     as timezones in Norway, to match values used in Wheezy and Jessie.
+  * Update new message in testsuite/nagios to include script name.
 
   [ Mike Gabriel ]
   * Fix wrong parameter name (loglevel -> log level) in the main server's
diff --git a/testsuite/nagios b/testsuite/nagios
index e79e3a3..ef3cc8a 100755
--- a/testsuite/nagios
+++ b/testsuite/nagios
@@ -12,9 +12,9 @@ else
 fi
 
 if [ -x /usr/sbin/nagios3 ] ; then
-    echo "success: Found /usr/sbin/nagios3 binary."
+    echo "success: $0: Found /usr/sbin/nagios3 binary."
 else
-    echo "error: Missing /usr/sbin/nagios3."
+    echo "error: $0: Missing /usr/sbin/nagios3."
 fi
 
 if [ -x /usr/sbin/nagios3stats ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list