summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-28 19:51:44 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-28 19:51:44 +0000
commit0fed513ef125668fa35ef121f8f7251901dcf31a (patch)
treee500983512ca7c05a9d764a165fc006fed0e098d /net
parentMultiple bugfixes and enhancements for kdebase. (diff)
- Fix typo in start/stop script
PR: 56094 Submitted by: maintainer Noticed by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes
Notes: svn path=/head/; revision=87922
Diffstat (limited to 'net')
-rw-r--r--net/openldap21-server/files/slapd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap21-server/files/slapd.sh b/net/openldap21-server/files/slapd.sh
index 8e25fb7d667f..f9d970cfbd22 100644
--- a/net/openldap21-server/files/slapd.sh
+++ b/net/openldap21-server/files/slapd.sh
@@ -41,7 +41,7 @@ start_precmd()
{
if [ x"$slapd_owner" != x ]; then
chown "${slapd_owner}" "%%LDAP_RUN_DIR%%"
- chown -RL "${slapd_owner}" "%%LOCALSTATEDIR%%/openldap-ldbm"
+ chown -RL "${slapd_owner}" "%%LOCALSTATEDIR%%/openldap-data"
chown "${slapd_owner}" "%%PREFIX%%/etc/openldap/slapd.conf"
slapd_ownername=`expr //"$slapd_owner" : //'\([^:]*\)'`