diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-07 07:29:35 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-07 07:29:35 +0000 |
| commit | 92d4893665b1cbfbf073e13e8f8fadaadeebd228 (patch) | |
| tree | 9a6bc3dc00d1c5049c0f39514894bb5098e694b4 | |
| parent | 73c6e70ef914cdebe56236f6c4c74f8659675492 (diff) | |
Notes
| -rw-r--r-- | net/openldap20-server/files/slapd.sh | 8 | ||||
| -rw-r--r-- | net/openldap20/files/slapd.sh | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/openldap20-server/files/slapd.sh b/net/openldap20-server/files/slapd.sh index e6305bb448fa..0e3601b07e5c 100644 --- a/net/openldap20-server/files/slapd.sh +++ b/net/openldap20-server/files/slapd.sh @@ -7,13 +7,13 @@ slapd_program=@@PREFIX@@/libexec/slapd # 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";' +#slapd_ags='-h "ldap://[::] ldap://0.0.0.0"' # # IPv6 Only -#slapd_args='-h ldap://[::];' +#slapd_args='-h ldap://[::]' # # slapd_args= @@ -24,7 +24,7 @@ case "$1" in start) if [ -x $slapd ]; then echo -n ' slapd' - ${slapd_program} ${slapd_args} + eval ${slapd_program} ${slapd_args} fi ;; diff --git a/net/openldap20/files/slapd.sh b/net/openldap20/files/slapd.sh index e6305bb448fa..0e3601b07e5c 100644 --- a/net/openldap20/files/slapd.sh +++ b/net/openldap20/files/slapd.sh @@ -7,13 +7,13 @@ slapd_program=@@PREFIX@@/libexec/slapd # 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";' +#slapd_ags='-h "ldap://[::] ldap://0.0.0.0"' # # IPv6 Only -#slapd_args='-h ldap://[::];' +#slapd_args='-h ldap://[::]' # # slapd_args= @@ -24,7 +24,7 @@ case "$1" in start) if [ -x $slapd ]; then echo -n ' slapd' - ${slapd_program} ${slapd_args} + eval ${slapd_program} ${slapd_args} fi ;; |
