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_ms_spooler.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_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 cf2464a..3a80a76 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 | ||