=================================================================== RCS file: /cvs/nagios/check_hw_sensors/check_hw_sensors,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- nagios/check_hw_sensors/check_hw_sensors 2009/11/10 23:12:49 1.34 +++ nagios/check_hw_sensors/check_hw_sensors 2009/11/10 23:15:15 1.35 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# $RedRiver: check_hw_sensors,v 1.33 2009/11/10 23:11:18 andrew Exp $ +# $RedRiver: check_hw_sensors,v 1.34 2009/11/10 23:12:49 andrew Exp $ ######################################################################## # check_hw_sensors *** A nagios check for OpenBSD sysctl hw.sensors # @@ -69,7 +69,7 @@ } if ($opt_V) { - print_revision( $PROGNAME, '$Revision: 1.34 $ ' ); + print_revision( $PROGNAME, '$Revision: 1.35 $ ' ); exit $ERRORS{'OK'}; } @@ -489,7 +489,7 @@ FILE is in the same format as sensorsd.conf(5) plus some additional entries. These additional entries in the file are ignored by -sensorsd(8) this means you can use the same config file for $PROGNAME +sensorsd(8). This means you can use the same config file for $PROGNAME as well as sensorsd(8). $PROGNAME understands the following entries: @@ -529,7 +529,7 @@ EOL - print_revision( $PROGNAME, '$Revision: 1.34 $' ); + print_revision( $PROGNAME, '$Revision: 1.35 $' ); print $LICENSE;