diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-12-04 12:57:35 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-12-04 12:57:35 (GMT) |
commit | ee748cd343bdb74a2073e512189942d71ba4200d (patch) | |
tree | 97822eed51e47a88201251c61d73afe1bc7ce0be | |
parent | 0d34c4da9decb76ea32b73c68497a6b83a791bd1 (diff) | |
download | monitoring-plugins-ee748cd343bdb74a2073e512189942d71ba4200d.tar.gz |
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
-rw-r--r-- | plugins/check_ntp_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
40 | 40 | ||
41 | *****************************************************************************/ | 41 | *****************************************************************************/ |
42 | 42 | ||
43 | const char *progname = "check_ntp"; | 43 | const char *progname = "check_ntp_time"; |
44 | const char *revision = "$Revision$"; | 44 | const char *revision = "$Revision$"; |
45 | const char *copyright = "2007"; | 45 | const char *copyright = "2007"; |
46 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 46 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |