summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-10 12:44:49 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-10 12:44:49 -0400
commit61031a84224acd373064c2f2a557279c250d6793 (patch)
tree94b62d9f2d11614ea5ba09d339e14f2bc064d597 /configure.ac
parent4e460d75b48df7c726703faf45e6468a6279c2e6 (diff)
downloadslapi-nis-61031a84224acd373064c2f2a557279c250d6793.tar.gz
slapi-nis-61031a84224acd373064c2f2a557279c250d6793.tar.xz
slapi-nis-61031a84224acd373064c2f2a557279c250d6793.zip
- change DEFAULT_TCPWRAPNAME to DEFAULT_TCPWRAP_NAME
- use the default tcpwrap name instead of the plugin ID by default - default the port number to the one defined for 'ypserv'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 20be86f..65ae15d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,9 +25,9 @@ fi
AC_SUBST(LIBWRAP)
AC_ARG_WITH(tcp-wrappers-name,
AS_HELP_STRING([--with-tcp-wrappers-name=nis-plugin]
- [tcp-wrappers server name]),
+ [tcp-wrappers and network service name]),
tcpwrapname=$withval,tcpwrapname=nis-plugin)
-AC_DEFINE_UNQUOTED(DEFAULT_TCPWRAPNAME,"$tcpwrapname",
+AC_DEFINE_UNQUOTED(DEFAULT_TCPWRAP_NAME,"$tcpwrapname",
[Define to the default application name to use when evaluating hosts.allow and hosts.deny.])
AC_SUBST(tcpwrapname)