Re: request add db45/db46 support to mail/exim port

2007-08-11 Thread Hajimu UMEMOTO
Hi,

 On Sat, 11 Aug 2007 12:37:18 -0500
 Scot Hetzel [EMAIL PROTECTED] said:

swhetzel Here's the correct code for BDB detection:

swhetzel USE_BDB= 40+

Why do you specify USE_BDB as 40+, explicitly?  Since, it is defined
as 41+ in bsd.database.mk, I believe USE_BDB=yes is enough.

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED],jp.}FreeBSD.org
http://www.imasy.org/~ume/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: request add db45/db46 support to mail/exim port

2007-08-11 Thread Hajimu UMEMOTO
Hi,

 On Sat, 11 Aug 2007 13:03:32 -0500
 Scot Hetzel [EMAIL PROTECTED] said:

swhetzel I believe when I made the change to bsd.database.mk, and then patched
swhetzel all of the BDB using ports, I had put the lowest version that the port
swhetzel  supported into USE_BDB.

swhetzel USE_BDB=yes would also work and allow the port to show a dependancy on
swhetzel the default BDB version instead of the lowest BDB version.  Also,
swhetzel INVALID_BDB_VER takes care of excluding BDB versions that the port
swhetzel doesn't work with.

Yes, it is same as my understanding.  So, I think a user doesn't
specify WITH_BSD_VER explicitly, exim will use db40, while other ports
which use bsd.database.mk use db41.

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED],jp.}FreeBSD.org
http://www.imasy.org/~ume/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cyrus-sasl2-saslauthd no LDAP

2005-01-19 Thread Hajimu UMEMOTO
Hi,

 On Wed, 19 Jan 2005 00:00:04 +0700
 Muhammad Reza [EMAIL PROTECTED] said:

reza  I try to install /usr/port/security/cyrus-sasl2-saslauthd and expect 
reza LDAP auth_mech is enable by default.

No, cyrus-sasl2-saslauthd doesn't include LDAP support by default.

reza there is no LDAP auth_mech..
reza What should i do to enable it ?

You need WITH_OPENLDAP=yes.

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED],jp.}FreeBSD.org
http://www.imasy.org/~ume/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


HEADS UP: Re: Ifconfig config of gif tunnels

2002-10-13 Thread Hajimu UMEMOTO

Hi,

 On Sun, 13 Oct 2002 16:36:16 +0100
 chris scott [EMAIL PROTECTED] said:

c.scott I've just cvsed up and made world to freebsd 4.7 stable, without a hitch.
c.scott However when I rebooted my machine the vpn tunnel which it was running
c.scott wouldnt come back up. After a while of checking configs and poking around I
c.scott found it was because the gif interfaces were cinfigured and not up. A simple
c.scott ifconfig gif0 up fixed this. I have never had to do this before as when I
c.scott have created gif interfaces the device was automatically up, this doesnt
c.scott seem to be the case anymore. Is this a new feature or a bug?

Doing up gif device automatically was a bug, and it was corrected.
/etc/rc.network was changed to do up gif tunnel during setup.  Please
don't forget to do mergemaster.

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED]  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message