diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 21:49:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 21:49:55 +0000 |
commit | fe5c87c63775d781abec95c5bb917266c376b692 (patch) | |
tree | f2cab89db9452cbe1c1c5f6649079458544baf96 /net/openldap24-server/files/slapd.sh | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
1. typo fix
2. example fix
PR: 42660 (1), 42662 (2)
Submitted by: Attila Nagy <bra@fsn.hu>
Diffstat (limited to '')
-rw-r--r-- | net/openldap24-server/files/slapd.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openldap24-server/files/slapd.sh b/net/openldap24-server/files/slapd.sh index 062febc1dda7..e6305bb448fa 100644 --- a/net/openldap24-server/files/slapd.sh +++ b/net/openldap24-server/files/slapd.sh @@ -4,16 +4,16 @@ slapd_program=@@PREFIX@@/libexec/slapd -# Uncommnet one of the following: +# Uncomment one of the following: # # IPv4 Only -#slapd_args='-h "ldap://0.0.0.0";' +#slapd_args='-h ldap://0.0.0.0;' # # IPv6 and IPv4 #slapd_ags='-h "ldap://[::] ldap://0.0.0.0";' # # IPv6 Only -#slapd_args='-h "ldap://[::];' +#slapd_args='-h ldap://[::];' # # slapd_args= |