At 06:34 AM 1/27/2005, Max Bowsher wrote: >Ping? > >Any responses to the below?
> if test -z "$places"; then >- places="std /usr/local/BerkeleyDB.4.1 /boot/home/config" >+ places="std /usr/local /usr/local/BerkeleyDB.4.1 /boot/home/config" You cannot change the order... you can append new locations. A user building a later point release, e.g. 0.9.7, or another build from the branch 0.9 should expect the same result. >- "db-4.1 db4 db" >+ "db-4.1 db41 db4 db" Ditto. >- places="std /usr/local/BerkeleyDB.4.2 /boot/home/config" >+ places="std /usr/local /usr/local/BerkeleyDB.4.2 /boot/home/config" ditto >- "db-4.2 db4 db" >+ "db-4.2 db42 db4 db" ditto. Bill
