diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-19 21:49:55 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-19 21:49:55 +0000 |
commit | 4766598175dc03bfdeb4267b6b7f37e07681cb40 (patch) | |
tree | e04c0cd719eb677e387b68ee6348e9c4d3da0f63 /net/openldap20 | |
parent | 0736b89d83a4e37814c48d8b2351f3378dea6e7f (diff) | |
download | FreeBSD-ports-4766598175dc03bfdeb4267b6b7f37e07681cb40.zip FreeBSD-ports-4766598175dc03bfdeb4267b6b7f37e07681cb40.tar.gz |
1. typo fix
2. example fix
PR: 42660 (1), 42662 (2)
Submitted by: Attila Nagy <bra@fsn.hu>
Diffstat (limited to 'net/openldap20')
-rw-r--r-- | net/openldap20/Makefile | 2 | ||||
-rw-r--r-- | net/openldap20/files/slapd.sh | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index f20296d..9e6b461 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/Makefile @@ -7,7 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.0.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ diff --git a/net/openldap20/files/slapd.sh b/net/openldap20/files/slapd.sh index 062febc1..e6305bb 100644 --- a/net/openldap20/files/slapd.sh +++ b/net/openldap20/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= |