aboutsummaryrefslogtreecommitdiff
path: root/net/openldap21-server/pkg-install
blob: 6f6b98653853a42fca216bd625b8223ba58ad2c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $FreeBSD$
#
if [ X"$2" != X"POST-INSTALL" ]; then
    exit 0;
fi

mkdir -p "%%LDAP_RUN_DIR%%"
mkdir -p -m 700 "%%LOCALSTATEDIR%%/openldap-data"
mkdir -p -m 700 "%%LOCALSTATEDIR%%/openldap-slurp"