diff options
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r-- | plugins-root/check_icmp.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index cc3f3d5..bbdfae7 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -6,8 +6,6 @@ | |||
6 | * Copyright (c) 2005-2008 Nagios Plugins Development Team | 6 | * Copyright (c) 2005-2008 Nagios Plugins Development Team |
7 | * Original Author : Andreas Ericsson <ae@op5.se> | 7 | * Original Author : Andreas Ericsson <ae@op5.se> |
8 | * | 8 | * |
9 | * Last Modified: $Date$ | ||
10 | * | ||
11 | * Description: | 9 | * Description: |
12 | * | 10 | * |
13 | * This file contains the check_icmp plugin | 11 | * This file contains the check_icmp plugin |
@@ -35,14 +33,12 @@ | |||
35 | * You should have received a copy of the GNU General Public License | 33 | * You should have received a copy of the GNU General Public License |
36 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 34 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
37 | * | 35 | * |
38 | * $Id$ | ||
39 | * | 36 | * |
40 | *****************************************************************************/ | 37 | *****************************************************************************/ |
41 | 38 | ||
42 | /* progname may change */ | 39 | /* progname may change */ |
43 | /* char *progname = "check_icmp"; */ | 40 | /* char *progname = "check_icmp"; */ |
44 | char *progname; | 41 | char *progname; |
45 | const char *revision = "$Revision$"; | ||
46 | const char *copyright = "2005-2008"; | 42 | const char *copyright = "2005-2008"; |
47 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 43 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
48 | 44 | ||
@@ -516,7 +512,7 @@ main(int argc, char **argv) | |||
516 | set_source_ip(optarg); | 512 | set_source_ip(optarg); |
517 | break; | 513 | break; |
518 | case 'V': /* version */ | 514 | case 'V': /* version */ |
519 | /*print_revision (progname, revision);*/ /* FIXME: Why? */ | 515 | print_revision (progname, NP_VERSION); |
520 | exit (STATE_OK); | 516 | exit (STATE_OK); |
521 | case 'h': /* help */ | 517 | case 'h': /* help */ |
522 | print_help (); | 518 | print_help (); |
@@ -1272,7 +1268,7 @@ void | |||
1272 | print_help(void) | 1268 | print_help(void) |
1273 | { | 1269 | { |
1274 | 1270 | ||
1275 | /*print_revision (progname, revision);*/ /* FIXME: Why? */ | 1271 | /*print_revision (progname);*/ /* FIXME: Why? */ |
1276 | 1272 | ||
1277 | printf ("Copyright (c) 2005 Andreas Ericsson <ae@op5.se>\n"); | 1273 | printf ("Copyright (c) 2005 Andreas Ericsson <ae@op5.se>\n"); |
1278 | printf (COPYRIGHT, copyright, email); | 1274 | printf (COPYRIGHT, copyright, email); |