Jason Helfman schrieb am Mittwoch, den 23. August 2000:

> I installed the new version. I will have to see what happens...
> 
> When is the local directory of .lbdb/ created?

If you didn't create this directory yourself, it will be created in
lbdb-fetchaddr:

db=$HOME/.lbdb/m_inmail.list
...
if [ ! -f $db ]; then
  dbdir=`dirname $db`
  if [ ! -d $dbdir ]; then
    mkdir -p $dbdir
    if [ ! -d $dbdir ]; then
      echo "Can't create $dbdir" >&2
      exit 1
    fi
  fi
...

> When I installed the new version i did a make clean of x.19 and
> installed x.20

But ~/.lbdb isn't removed or cleaned when you upgrade lbdb, so you
will keep some remainders of older versions in this directory.  But I
hope, that all versions are backward compatible, which means, that
they continue to use the data of the old versions.
 
Tschoeeee

        Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *

PGP signature

Reply via email to