[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2083] Nagios-Plugin/trunk/t/check_stuff.pl
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Wed Nov 19 04:58:43 CET 2008
Revision: 2083
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2083&view=rev
Author: dermoth
Date: 2008-11-19 03:58:43 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
Get rid if CVS/SVN tags (this is an example anyway)
Modified Paths:
--------------
Nagios-Plugin/trunk/t/check_stuff.pl
Modified: Nagios-Plugin/trunk/t/check_stuff.pl
===================================================================
--- Nagios-Plugin/trunk/t/check_stuff.pl 2008-11-19 03:58:09 UTC (rev 2082)
+++ Nagios-Plugin/trunk/t/check_stuff.pl 2008-11-19 03:58:43 UTC (rev 2083)
@@ -11,8 +11,6 @@
# the really cool Nagios monitoring scripts you're going to create.
# You rock.
-# $Id$
-
##############################################################################
# prologue
use strict;
@@ -21,8 +19,7 @@
use Nagios::Plugin ;
use vars qw($VERSION $PROGNAME $verbose $warn $critical $timeout $result);
-'$Revision$' =~ /^.*(\d+.\d+) \$$/; # Use The Revision from RCS/CVS/Subversion
-$VERSION = $1;
+$VERSION = '1.0';
# get the base name of this script for use in the examples
use File::Basename;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list