Disable xdmcp over IPv6 for now, like it was in XF4 because the

current code listens to IPv6 only by default.
tested and ok mbalmer@
This commit is contained in:
matthieu 2007-08-06 13:48:50 +00:00
parent 427c16f9a0
commit 39d2de7893

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2007/08/05 19:37:39 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.16 2007/08/06 13:48:50 matthieu Exp $
.include <bsd.own.mk>
XDMCONFIGDIR=/etc/X11/xdm
@ -15,6 +15,7 @@ CONFIGURE_ARGS= --enable-privsep \
--enable-bsdauth \
$(DEFAULT_VT) \
--disable-dynamic-greeter \
--disable-ipv6 \
--without-xft \
--with-xdmlibdir=$(XDMCONFIGDIR) \
--with-pixmapdir=$(PIXMAPDIR) \