aboutsummaryrefslogtreecommitdiff
path: root/net/openldap21-server
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-19 21:49:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-19 21:49:55 +0000
commitfe5c87c63775d781abec95c5bb917266c376b692 (patch)
treef2cab89db9452cbe1c1c5f6649079458544baf96 /net/openldap21-server
parentbbf3e485920eede2fbe274ffd8a3c4b95a01bd37 (diff)
downloadports-fe5c87c63775d781abec95c5bb917266c376b692.tar.gz
ports-fe5c87c63775d781abec95c5bb917266c376b692.zip
Notes
Diffstat (limited to 'net/openldap21-server')
-rw-r--r--net/openldap21-server/Makefile2
-rw-r--r--net/openldap21-server/files/slapd.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/openldap21-server/Makefile b/net/openldap21-server/Makefile
index f20296d52b70..9e6b461e0078 100644
--- a/net/openldap21-server/Makefile
+++ b/net/openldap21-server/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-server/files/slapd.sh b/net/openldap21-server/files/slapd.sh
index 062febc1dda7..e6305bb448fa 100644
--- a/net/openldap21-server/files/slapd.sh
+++ b/net/openldap21-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=