diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /plugins/check_mrtgtraf.c | |
parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
download | monitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz |
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_mrtgtraf.c')
-rw-r--r-- | plugins/check_mrtgtraf.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index 1911d56..3232f1e 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 1999-2007 Nagios Plugins Development Team | 6 | * Copyright (c) 1999-2007 Nagios Plugins Development Team |
7 | * | 7 | * |
8 | * Last Modified: $Date$ | ||
9 | * | ||
10 | * Description: | 8 | * Description: |
11 | * | 9 | * |
12 | * This file contains the check_mtrgtraf plugin | 10 | * This file contains the check_mtrgtraf plugin |
@@ -28,7 +26,6 @@ | |||
28 | * You should have received a copy of the GNU General Public License | 26 | * You should have received a copy of the GNU General Public License |
29 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 27 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
30 | * | 28 | * |
31 | * $Id$ | ||
32 | * | 29 | * |
33 | *****************************************************************************/ | 30 | *****************************************************************************/ |
34 | 31 | ||
@@ -36,7 +33,6 @@ | |||
36 | #include "utils.h" | 33 | #include "utils.h" |
37 | 34 | ||
38 | const char *progname = "check_mrtgtraf"; | 35 | const char *progname = "check_mrtgtraf"; |
39 | const char *revision = "$Revision$"; | ||
40 | const char *copyright = "1999-2007"; | 36 | const char *copyright = "1999-2007"; |
41 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 37 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
42 | 38 | ||
@@ -273,7 +269,7 @@ process_arguments (int argc, char **argv) | |||
273 | &outgoing_warning_threshold); | 269 | &outgoing_warning_threshold); |
274 | break; | 270 | break; |
275 | case 'V': /* version */ | 271 | case 'V': /* version */ |
276 | print_revision (progname, revision); | 272 | print_revision (progname, NP_VERSION); |
277 | exit (STATE_OK); | 273 | exit (STATE_OK); |
278 | case 'h': /* help */ | 274 | case 'h': /* help */ |
279 | print_help (); | 275 | print_help (); |
@@ -331,7 +327,7 @@ validate_arguments (void) | |||
331 | void | 327 | void |
332 | print_help (void) | 328 | print_help (void) |
333 | { | 329 | { |
334 | print_revision (progname, revision); | 330 | print_revision (progname, NP_VERSION); |
335 | 331 | ||
336 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); | 332 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); |
337 | printf (COPYRIGHT, copyright, email); | 333 | printf (COPYRIGHT, copyright, email); |