aboutsummaryrefslogtreecommitdiffstats
path: root/main/openldap/openldap.post-install
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-26 22:19:57 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-26 22:49:57 +0200
commitfdf9881735f867b6a5ea9e8b69346dd4fc872338 (patch)
tree4ee86649548558f449b7dc562164482e1e2e3304 /main/openldap/openldap.post-install
parent046d831a77e8299deb2069d320f2e7d5287b296e (diff)
downloadaports-fdf9881735f867b6a5ea9e8b69346dd4fc872338.tar.bz2
aports-fdf9881735f867b6a5ea9e8b69346dd4fc872338.tar.xz
main/openldap: move overlays to subpackages
Diffstat (limited to 'main/openldap/openldap.post-install')
-rw-r--r--main/openldap/openldap.post-install5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/openldap/openldap.post-install b/main/openldap/openldap.post-install
index 1e45b9abd2..e90d257609 100644
--- a/main/openldap/openldap.post-install
+++ b/main/openldap/openldap.post-install
@@ -3,6 +3,9 @@
cat >&2 <<-EOF
*
* To use LDAP server, you have to install some backend. Most users would need MDB
-* backend which you can install using: apk add openldap-back-mdb.
+* backend which you can install with: apk add openldap-back-mdb.
+*
+* If you use overlays, you have to install them separately too:
+* apk add openldap-overlay-<name>, or openldap-overlay-all to install them all.
*
EOF