diff options
Diffstat (limited to 'contrib/check_rbl.c')
| -rw-r--r-- | contrib/check_rbl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/check_rbl.c b/contrib/check_rbl.c index 6831b657..eec84ad8 100644 --- a/contrib/check_rbl.c +++ b/contrib/check_rbl.c | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | * * License: GPL | 11 | * * License: GPL |
| 12 | * * Copyright (c) 2000 | 12 | * * Copyright (c) 2000 |
| 13 | * * | 13 | * * |
| 14 | * * $Id$ | 14 | * * $Id: check_rbl.c 970 2004-12-02 00:30:32Z opensides $ |
| 15 | * | 15 | * |
| 16 | *****************************************************************************/ | 16 | *****************************************************************************/ |
| 17 | 17 | ||
| @@ -22,7 +22,7 @@ | |||
| 22 | #include "string.h" | 22 | #include "string.h" |
| 23 | 23 | ||
| 24 | const char progname = "check_rbl"; | 24 | const char progname = "check_rbl"; |
| 25 | const char *revision = "$Revision$"; | 25 | const char *revision = "$Revision: 970 $"; |
| 26 | //const char *copyright = "2000-2003"; | 26 | //const char *copyright = "2000-2003"; |
| 27 | //const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 27 | //const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
| 28 | 28 | ||
| @@ -263,7 +263,7 @@ int call_getopt(int argc, char **argv) | |||
| 263 | } | 263 | } |
| 264 | break; | 264 | break; |
| 265 | case 'V': /* version */ | 265 | case 'V': /* version */ |
| 266 | print_revision(progname,"$Revision$"); | 266 | print_revision(progname,"$Revision: 970 $"); |
| 267 | exit(STATE_OK); | 267 | exit(STATE_OK); |
| 268 | case 'h': /* help */ | 268 | case 'h': /* help */ |
| 269 | print_help(); | 269 | print_help(); |
| @@ -291,7 +291,7 @@ int validate_arguments(void) | |||
| 291 | 291 | ||
| 292 | void print_help(void) | 292 | void print_help(void) |
| 293 | { | 293 | { |
| 294 | print_revision(progname,"$Revision$"); | 294 | print_revision(progname,"$Revision: 970 $"); |
| 295 | printf | 295 | printf |
| 296 | ("Copyright (c) 2000 Karl DeBisschop\n\n" | 296 | ("Copyright (c) 2000 Karl DeBisschop\n\n" |
| 297 | "This plugin uses dig to test whether the specified host is on any RBL lists.\n\n"); | 297 | "This plugin uses dig to test whether the specified host is on any RBL lists.\n\n"); |
