From a88e468b8c3c447c84f37344e5b65b676dd643d8 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 5 Mar 2001 22:27:09 +0000 Subject: Add pkg-message to tell users about upgrading Berkeley DB files. Submitted by: Volker Stolz --- net/openldap2/Makefile | 1 + net/openldap2/pkg-message | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 net/openldap2/pkg-message (limited to 'net/openldap2') 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 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 +************************************************************ -- cgit v1.2.3