[Nagiosplug-checkins] CVS: nagiosplug/contrib checkciscotemp.pl,1.2,1.3

Karl DeBisschop kdebisschop at users.sourceforge.net
Mon Jan 27 23:45:02 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/contrib
In directory sc8-pr-cvs1:/tmp/cvs-serv21678/contrib

Modified Files:
	checkciscotemp.pl 
Log Message:
typo: had commented use Net::SNMP for testing

Index: checkciscotemp.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/contrib/checkciscotemp.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** checkciscotemp.pl	28 Jan 2003 07:17:24 -0000	1.2
--- checkciscotemp.pl	28 Jan 2003 07:44:56 -0000	1.3
***************
*** 31,35 ****
  ####################################
  
! #use Net::SNMP;
  use Getopt::Long;
  &Getopt::Long::config('auto_abbrev');
--- 31,35 ----
  ####################################
  
! use Net::SNMP;
  use Getopt::Long;
  &Getopt::Long::config('auto_abbrev');





More information about the Commits mailing list