diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-07-07 11:54:29 (GMT) |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-07-07 11:54:29 (GMT) |
commit | 603de749ba37c900ff445b5e1a7fcf3f26a04570 (patch) | |
tree | 159302c628efecc396bf0988aef88c0e46b94864 | |
parent | a10569f1399c3549dbcd8f79f10cf49b0cbaadf6 (diff) | |
download | monitoring-plugins-603de749ba37c900ff445b5e1a7fcf3f26a04570.tar.gz |
substituted $ID$ through $Revision$ in print_revision call
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1750 f882894a-f735-0410-b71e-b25c423dba1c
-rwxr-xr-x | plugins-scripts/check_file_age.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_file_age.pl b/plugins-scripts/check_file_age.pl index 0215c0f..ca8883e 100755 --- a/plugins-scripts/check_file_age.pl +++ b/plugins-scripts/check_file_age.pl | |||
@@ -55,7 +55,7 @@ GetOptions( | |||
55 | "C=f" => \$opt_C, "critical-size=f" => \$opt_C); | 55 | "C=f" => \$opt_C, "critical-size=f" => \$opt_C); |
56 | 56 | ||
57 | if ($opt_V) { | 57 | if ($opt_V) { |
58 | print_revision($PROGNAME, '$Id$'); | 58 | print_revision($PROGNAME, '$Revision$'); |
59 | exit $ERRORS{'OK'}; | 59 | exit $ERRORS{'OK'}; |
60 | } | 60 | } |
61 | 61 | ||
@@ -102,7 +102,7 @@ sub print_usage () { | |||
102 | } | 102 | } |
103 | 103 | ||
104 | sub print_help () { | 104 | sub print_help () { |
105 | print_revision($PROGNAME, '$Id$'); | 105 | print_revision($PROGNAME, '$Revision$'); |
106 | print "Copyright (c) 2003 Steven Grimm\n\n"; | 106 | print "Copyright (c) 2003 Steven Grimm\n\n"; |
107 | print_usage(); | 107 | print_usage(); |
108 | print "\n"; | 108 | print "\n"; |