pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/openldap Be a bit more descriptive about why...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef2346ebe1ab
branches:  trunk
changeset: 487268:ef2346ebe1ab
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 12 03:37:54 2005 +0000

description:
Be a bit more descriptive about why the bdb option is enabled by
default, suggested by jlam@.

diffstat:

 databases/openldap/options.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b852ce6ae814 -r ef2346ebe1ab databases/openldap/options.mk
--- a/databases/openldap/options.mk     Wed Jan 12 02:30:09 2005 +0000
+++ b/databases/openldap/options.mk     Wed Jan 12 03:37:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2005/01/12 01:50:15 xtraeme Exp $
+# $NetBSD: options.mk,v 1.10 2005/01/12 03:37:54 xtraeme Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openldap
 PKG_SUPPORTED_OPTIONS= bdb dynamic kerberos sasl slp
@@ -8,7 +8,11 @@
 
 ###
 ### Whether to build with the Berkeley DB based slapd backends.
+### 
+### NOTE: that option is enabled, because the openldap server needs
+###      to have local storage support to work as standalone.
 ###
+
 .if !empty(PKG_OPTIONS:Mbdb)
 BDB_ACCEPTED=          db4 # db3?
 .  include "../../mk/bdb.buildlink3.mk"



Home | Main Index | Thread Index | Old Index