Minivend mall patches

This is a list of patches for minivend 4.0.4a they are produced against a full install of the 4.0.4a RPM in RH 7.0

Vend.patch.1.diff.gz : Patch against the Vend directory ( on my machine /usr/local/minivend/lib ) created with
 
diff -u --new-file --recursive Vend.orig Vend> Vend.patch.1.diff.
 
To patch move to /usr/local/minivend/lib, take the patch file with you.
 
patch -d Vend < Vend.patch.1.diff
 
Provides new minivend.cfg command "ComAdjString" which takes intergers, default value is 20 ( same as unpatched hard coded value) which allows the maximun number of atoms on a CommonAdjust string to be changed.


Vend.patch.2.diff.gz : Patch against the Vend directory ( on my machine /usr/local/minivend/lib ) created with
 
diff -u --new-file --recursive Vend.orig Vend.current> Vend.patch.2.diff.
 
To patch move to /usr/local/minivend/lib, take the patch file with you.
 
patch -d Vend < Vend.patch.1.diff
patch -d Vend < Vend.patch.2.diff
 
Provides a new directive for minviend.cfg "ComAdjChain" with is as a default set to 16 ( the previous hard coded value) . Changing or setting this in the minivend.cfg will change the maximum number of chained commands in a CommonAdjust atom. Usefull if you have complicated baskets. YMMV.