summaryrefslogtreecommitdiffstats
path: root/collab/openldap/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'collab/openldap/INSTALL')
-rw-r--r--collab/openldap/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/collab/openldap/INSTALL b/collab/openldap/INSTALL
new file mode 100644
index 0000000000..d4d44e34b3
--- /dev/null
+++ b/collab/openldap/INSTALL
@@ -0,0 +1,8 @@
+default_install &&
+
+# if slapd was installed, link it to /usr/sbin/slapd for compatibility
+if [[ -f $INSTALL_ROOT/usr/libexec/slapd ]] \
+ && ! [[ -f $INSTALL_ROOT/usr/sbin/slapd ]]
+then
+ ln -fns ../libexec/slapd $INSTALL_ROOT/usr/sbin/slapd
+fi