Author: glen Date: Sat Oct 11 11:49:57 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - prevent rpm autodeps finding module named "a"
---- Files affected: SOURCES: nagios-plugins-perlautodep.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/nagios-plugins-perlautodep.patch diff -u /dev/null SOURCES/nagios-plugins-perlautodep.patch:1.1 --- /dev/null Sat Oct 11 13:49:58 2008 +++ SOURCES/nagios-plugins-perlautodep.patch Sat Oct 11 13:49:52 2008 @@ -0,0 +1,11 @@ +--- nagios-plugins-1.4.13/contrib/check_snmp_process_monitor.pl~ 2008-10-11 14:43:23.000000000 +0300 ++++ nagios-plugins-1.4.13/contrib/check_snmp_process_monitor.pl 2008-10-11 14:47:46.319041094 +0300 +@@ -115,7 +115,7 @@ + -e, --command=COMMAND NAME (ps -e style) + what command should be monitored? + -r, --regex=Perl RE +- use a perl regular expression to find your process ++ a Perl regular expression to find your process + -w, --warning=INTEGER[,INTEGER] + minimum and maximum number of processes before a warning is issued (Default 1,-1) + -c, --critical=INTEGER[,INTEGER] ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
