From ee748cd343bdb74a2073e512189942d71ba4200d Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Tue, 4 Dec 2007 12:57:35 +0000 Subject: Interesting... For some reason it did not take this (patch barfed on it and I thought I had fixed it already)... git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1847 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/check_ntp_time.c b/plugins/check_ntp_time.c index 22e78fb..ad7f6c4 100644 --- a/plugins/check_ntp_time.c +++ b/plugins/check_ntp_time.c @@ -40,7 +40,7 @@ *****************************************************************************/ -const char *progname = "check_ntp"; +const char *progname = "check_ntp_time"; const char *revision = "$Revision$"; const char *copyright = "2007"; const char *email = "nagiosplug-devel@lists.sourceforge.net"; -- cgit v0.10-9-g596f