diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-06-04 22:37:21 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-06-04 22:37:21 +0000 |
commit | 093cd4554a72a6bbd1f89cd9e684f83b172126f5 (patch) | |
tree | d8e4ddac09833e0429e591692139e78f4750e298 /net/openldap | |
parent | upgrade to 1.1 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=43501
Diffstat (limited to 'net/openldap')
-rw-r--r-- | net/openldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap/Makefile b/net/openldap/Makefile index 97ee82b14672..a3330274b68c 100644 --- a/net/openldap/Makefile +++ b/net/openldap/Makefile @@ -7,7 +7,7 @@ PORTNAME= openldap PORTVERSION= 1.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ @@ -25,7 +25,7 @@ MAINTAINER= lodea@vet.com.au USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=/var/run \ +CONFIGURE_ARGS= --localstatedir=/var/db \ --enable-shared \ --enable-dns |