diff options
Diffstat (limited to 'plugins-scripts/check_mailq.pl')
-rwxr-xr-x | plugins-scripts/check_mailq.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins-scripts/check_mailq.pl b/plugins-scripts/check_mailq.pl index c676e41..95ef2ce 100755 --- a/plugins-scripts/check_mailq.pl +++ b/plugins-scripts/check_mailq.pl | |||
@@ -22,7 +22,6 @@ | |||
22 | # along with this program; if not, write to the Free Software | 22 | # along with this program; if not, write to the Free Software |
23 | # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 23 | # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
24 | # | 24 | # |
25 | # $Id$ | ||
26 | # | 25 | # |
27 | ############################################################################ | 26 | ############################################################################ |
28 | 27 | ||
@@ -522,7 +521,7 @@ sub process_arguments(){ | |||
522 | ); | 521 | ); |
523 | 522 | ||
524 | if ($opt_V) { | 523 | if ($opt_V) { |
525 | print_revision($PROGNAME,'$Revision$ '); | 524 | print_revision($PROGNAME,'@NP_VERSION@'); |
526 | exit $ERRORS{'OK'}; | 525 | exit $ERRORS{'OK'}; |
527 | } | 526 | } |
528 | 527 | ||
@@ -580,7 +579,7 @@ sub print_usage () { | |||
580 | } | 579 | } |
581 | 580 | ||
582 | sub print_help () { | 581 | sub print_help () { |
583 | print_revision($PROGNAME,'$Revision$'); | 582 | print_revision($PROGNAME,'@NP_VERSION@'); |
584 | print "Copyright (c) 2002 Subhendu Ghosh/Carlos Canau/Benjamin Schmid\n"; | 583 | print "Copyright (c) 2002 Subhendu Ghosh/Carlos Canau/Benjamin Schmid\n"; |
585 | print "\n"; | 584 | print "\n"; |
586 | print_usage(); | 585 | print_usage(); |