bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] Re: Bayonne 1.2.6 seems to auto-detect sysconfdir.


From: Erik Enge
Subject: [Bayonne-devel] Re: Bayonne 1.2.6 seems to auto-detect sysconfdir.
Date: Fri, 18 Jul 2003 18:37:38 -0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux)

Erik Enge <address@hidden> writes:

> It seems that Bayonne 1.2.6 (haven't tested others) looks, by default,
> for /etc/bayonne even if I specified --sysconfdir to configure.  Once I
> removed /etc/bayonne it "defaulted" back to what I had specified as
> --sysconfdir.

I figured out where.  It's in the sbin/bayonne script:

  if test -d /etc/$basename ; then
     CONFIG_KEYDATA=/etc/$basename/
  elif test -d "/share/sys/bayonne/bayonne-1.2.6-1/etc/$basename" ; then
     CONFIG_KEYDATA="/share/sys/bayonne/bayonne-1.2.6-1/etc/$basename/"
  fi
  
Erik.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]