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 /contrib/check_appletalk.pl | |
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 'contrib/check_appletalk.pl')
-rw-r--r-- | contrib/check_appletalk.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/check_appletalk.pl b/contrib/check_appletalk.pl index 6df4c7a..9277686 100644 --- a/contrib/check_appletalk.pl +++ b/contrib/check_appletalk.pl | |||
@@ -9,7 +9,7 @@ | |||
9 | # using "aecho" | 9 | # using "aecho" |
10 | # | 10 | # |
11 | # initial version: 23 October 2002 by Stefan Beck, IT Software Solutions | 11 | # initial version: 23 October 2002 by Stefan Beck, IT Software Solutions |
12 | # current status: $Revision$ | 12 | # current status: $Revision: 1771 $ |
13 | # | 13 | # |
14 | # Copyright Notice: GPL | 14 | # Copyright Notice: GPL |
15 | # | 15 | # |
@@ -122,7 +122,7 @@ while (<CMD>) { | |||
122 | } | 122 | } |
123 | 123 | ||
124 | sub print_help() { | 124 | sub print_help() { |
125 | print_revision( $PROGNAME, '$Revision$ ' ); | 125 | print_revision( $PROGNAME, '$Revision: 1771 $ ' ); |
126 | print "Copyright (c) 2002 Stefan Beck\n"; | 126 | print "Copyright (c) 2002 Stefan Beck\n"; |
127 | print "\n"; | 127 | print "\n"; |
128 | print "Check if an atalkhost responds to an atalk echo using\n"; | 128 | print "Check if an atalkhost responds to an atalk echo using\n"; |
@@ -159,7 +159,7 @@ sub print_usage () { | |||
159 | } | 159 | } |
160 | 160 | ||
161 | sub version () { | 161 | sub version () { |
162 | print_revision( $PROGNAME, '$Revision$ ' ); | 162 | print_revision( $PROGNAME, '$Revision: 1771 $ ' ); |
163 | exit $ERRORS{'OK'}; | 163 | exit $ERRORS{'OK'}; |
164 | } | 164 | } |
165 | 165 | ||