diff options
Diffstat (limited to 'contrib/check_ms_spooler.pl')
| -rwxr-xr-x | contrib/check_ms_spooler.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/check_ms_spooler.pl b/contrib/check_ms_spooler.pl index cf2464af..3a80a76a 100755 --- a/contrib/check_ms_spooler.pl +++ b/contrib/check_ms_spooler.pl | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | #!/usr/bin/perl -w | 1 | #!/usr/bin/perl -w |
| 2 | 2 | ||
| 3 | # $Id$ | 3 | # $Id: check_ms_spooler.pl 64 2002-07-16 00:04:42Z stanleyhopcroft $ |
| 4 | 4 | ||
| 5 | # $Log$ | ||
| 6 | # Revision 1.1 2002/07/16 00:04:42 stanleyhopcroft | 5 | # Revision 1.1 2002/07/16 00:04:42 stanleyhopcroft |
| 7 | # Primitive and in need of refinement test of MS spooler (with smbclient) | 6 | # Primitive and in need of refinement test of MS spooler (with smbclient) |
| 8 | # | 7 | # |
| @@ -268,7 +267,7 @@ sub print_usage () { | |||
| 268 | } | 267 | } |
| 269 | 268 | ||
| 270 | sub print_help () { | 269 | sub print_help () { |
| 271 | print_revision($PROGNAME,'$Revision$ '); | 270 | print_revision($PROGNAME,'$Revision: 64 $ '); |
| 272 | print "Copyright (c) 2001 Karl DeBisschop/S Hopcroft | 271 | print "Copyright (c) 2001 Karl DeBisschop/S Hopcroft |
| 273 | 272 | ||
| 274 | Perl Check MS Spooler plugin for NetSaint. Display a subset of the queues on an SMB (Samba or MS) print spooler. | 273 | Perl Check MS Spooler plugin for NetSaint. Display a subset of the queues on an SMB (Samba or MS) print spooler. |
| @@ -292,7 +291,7 @@ Perl Check MS Spooler plugin for NetSaint. Display a subset of the queues on an | |||
| 292 | } | 291 | } |
| 293 | 292 | ||
| 294 | sub version () { | 293 | sub version () { |
| 295 | print_revision($PROGNAME,'$Revision$ '); | 294 | print_revision($PROGNAME,'$Revision: 64 $ '); |
| 296 | exit $ERRORS{'OK'}; | 295 | exit $ERRORS{'OK'}; |
| 297 | } | 296 | } |
| 298 | 297 | ||
