SOURCES: apinger-config_overwrite_fix.patch (NEW) - a fix to aping...
jajcus
jajcus at pld-linux.org
Mon Apr 24 10:58:34 CEST 2006
Author: jajcus Date: Mon Apr 24 08:58:34 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- a fix to apinger configuration parser not to overwrite some config values when reading large config file
---- Files affected:
SOURCES:
apinger-config_overwrite_fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/apinger-config_overwrite_fix.patch
diff -u /dev/null SOURCES/apinger-config_overwrite_fix.patch:1.1
--- /dev/null Mon Apr 24 10:58:34 2006
+++ SOURCES/apinger-config_overwrite_fix.patch Mon Apr 24 10:58:29 2006
@@ -0,0 +1,13 @@
+Index: apinger/src/cfgparser1.y
+===================================================================
+--- apinger/src/cfgparser1.y (revision 1919)
++++ apinger/src/cfgparser1.y (revision 1920)
+@@ -262,7 +262,7 @@
+ { cur_target->avg_loss_samples=$2; }
+ | AVG_LOSS_DELAY_SAMPLES INTEGER
+ { cur_target->avg_loss_delay_samples=$2; }
+- | RRD FILE_ STRING
++ | RRD FILE_ string
+ { cur_target->rrd_filename=$3; }
+ | targetcfg separator targetcfg
+ ;
================================================================
More information about the pld-cvs-commit
mailing list