diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-06-05 06:37:21 +0800 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-06-05 06:37:21 +0800 |
commit | 093cd4554a72a6bbd1f89cd9e684f83b172126f5 (patch) | |
tree | d8e4ddac09833e0429e591692139e78f4750e298 /net/openldap24-server | |
parent | 45036fe95e88902993fcddbcd9420edd06bdf17f (diff) | |
download | freebsd-ports-gnome-093cd4554a72a6bbd1f89cd9e684f83b172126f5.tar.gz freebsd-ports-gnome-093cd4554a72a6bbd1f89cd9e684f83b172126f5.tar.zst freebsd-ports-gnome-093cd4554a72a6bbd1f89cd9e684f83b172126f5.zip |
Move the persistent database from wiped-on-reboot /var/run
to the really persistent /var/db. Bump PORTREVISION to indicate
behavior/functionality change (make it work across reboots, well
how about that ;)
PR: 27879
Submitted by: David Wimsey <dwimsey@rtci.com>
Diffstat (limited to 'net/openldap24-server')
-rw-r--r-- | net/openldap24-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 4529e69830eb..e263659c73f5 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.0.11 +PORTREVISION= 1 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ @@ -28,7 +29,7 @@ USE_AUTOCONF= yes USE_LIBTOOL= yes USE_OPENSSL= yes -CONFIGURE_ARGS= --localstatedir=/var/run \ +CONFIGURE_ARGS= --localstatedir=/var/db \ --with-threads \ --enable-shared \ --enable-dnssrv \ |