summaryrefslogtreecommitdiff
path: root/net/openldap2
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-05 22:27:09 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-05 22:27:09 +0000
commita88e468b8c3c447c84f37344e5b65b676dd643d8 (patch)
tree3cd13a975dab9efd151eb66c5cc964a7fa99dfcc /net/openldap2
parentFix the DB3 support. DB3's shlib version is now at 2. (diff)
Add pkg-message to tell users about upgrading Berkeley DB files.
Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
Notes
Notes: svn path=/head/; revision=39108
Diffstat (limited to 'net/openldap2')
-rw-r--r--net/openldap2/Makefile1
-rw-r--r--net/openldap2/pkg-message7
2 files changed, 8 insertions, 0 deletions
diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile
index 89fb38e000f5..dd23b9feb994 100644
--- a/net/openldap2/Makefile
+++ b/net/openldap2/Makefile
@@ -91,5 +91,6 @@ post-install:
strip ${PREFIX}/${f}
.endfor
${INSTALL_SCRIPT} ${WRKDIR}/slapd.sh ${PREFIX}/etc/rc.d/slapd.sh.sample
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/net/openldap2/pkg-message b/net/openldap2/pkg-message
new file mode 100644
index 000000000000..047bb0c9d5b4
--- /dev/null
+++ b/net/openldap2/pkg-message
@@ -0,0 +1,7 @@
+************************************************************
+If you are upgrading an older (1.85) database, be sure to
+convert the *.dbb files, e.g:
+
+ mv file.dbb file.old
+ db_dump185 file.old | db_load file.dbb
+************************************************************