summaryrefslogtreecommitdiffstats
path: root/contrib/check_fan_cpq_present
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-23 05:38:47 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-23 05:38:47 (GMT)
commit6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch)
tree0c1f5a77cacc664eadd47216b70e3257337484db /contrib/check_fan_cpq_present
parent56cf151ae91c5081a99365848a3f060dfe14a68c (diff)
downloadmonitoring-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_fan_cpq_present')
-rw-r--r--contrib/check_fan_cpq_present4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_fan_cpq_present b/contrib/check_fan_cpq_present
index 476a0c3..0bd1390 100644
--- a/contrib/check_fan_cpq_present
+++ b/contrib/check_fan_cpq_present
@@ -111,7 +111,7 @@ sub print_usage () {
111 } 111 }
112 112
113sub print_help () { 113sub print_help () {
114 print_revision($PROGNAME,'$Revision$\n '); 114 print_revision($PROGNAME,'$Revision: 1113 $\n ');
115 print "Copyright (c) 2003 Rainer Duffner\n "; 115 print "Copyright (c) 2003 Rainer Duffner\n ";
116 print_usage(); 116 print_usage();
117 print "\n"; 117 print "\n";
@@ -122,7 +122,7 @@ sub print_help () {
122 } 122 }
123 123
124sub version () { 124sub version () {
125 print_revision($PROGNAME,'$Revision$ '); 125 print_revision($PROGNAME,'$Revision: 1113 $ ');
126 exit $ERRORS{'OK'}; 126 exit $ERRORS{'OK'};
127} 127}
128 128