aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap21
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap21')
-rw-r--r--net/openldap21/Makefile2
-rw-r--r--net/openldap21/files/slapd.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile
index f20296d52b70..9e6b461e0078 100644
--- a/net/openldap21/Makefile
+++ b/net/openldap21/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/openldap21/files/slapd.sh b/net/openldap21/files/slapd.sh
index 062febc1dda7..e6305bb448fa 100644
--- a/net/openldap21/files/slapd.sh
+++ b/net/openldap21/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=