Code

Removing CVS/SVN tags and replacing with git-based versioning
[nagiosplug.git] / plugins-scripts / check_ircd.pl
index 7a90a96b5184163568b847798b0854661f8835d5..cc730cff3d46e1089899cfff750ca825ae0f2033 100755 (executable)
@@ -7,7 +7,6 @@
 #
 # Date:                        1999/09/20
 #
-# $Id$
 #
 # Description:         This script will check to see if an IRCD is running
 #                      about how many users it has
@@ -119,7 +118,7 @@ sub print_usage () {
 
 sub print_help ()
 {
-       print_revision($PROGNAME,'$Revision$ ');
+       print_revision($PROGNAME,'@NP_VERSION@');
        print "Copyright (c) 2000 Richard Mayhew/Karl DeBisschop
 
 Perl Check IRCD plugin for Nagios
@@ -190,7 +189,7 @@ MAIN:
                "H=s" => \$opt_H,  "hostname=s" => \$opt_H);
 
        if ($opt_V) {
-               print_revision($PROGNAME,'$Revision$ ');
+               print_revision($PROGNAME,'@NP_VERSION@');
                exit $ERRORS{'OK'};
        }