Author: glen Date: Sat Oct 11 11:53:48 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - trim space so our regexp works elsewhere
---- Files affected: SOURCES: nagios-plugins-cosmetic.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/nagios-plugins-cosmetic.patch diff -u /dev/null SOURCES/nagios-plugins-cosmetic.patch:1.1 --- /dev/null Sat Oct 11 13:53:48 2008 +++ SOURCES/nagios-plugins-cosmetic.patch Sat Oct 11 13:53:42 2008 @@ -0,0 +1,11 @@ +--- nagios-plugins-1.4.13/plugins-scripts/check_mailq.pl~ 2006-07-05 16:45:57.000000000 +0300 ++++ nagios-plugins-1.4.13/plugins-scripts/check_mailq.pl 2008-10-11 14:52:47.407968164 +0300 +@@ -32,7 +32,7 @@ + use vars qw($opt_V $opt_h $opt_v $verbose $PROGNAME $opt_w $opt_c $opt_t + $opt_M $mailq $status $state $msg $msg_q $msg_p $opt_W $opt_C $mailq @lines + %srcdomains %dstdomains); +-use lib utils.pm; ++use lib utils.pm; + use utils qw(%ERRORS &print_revision &support &usage ); + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
