Now that nolisten tcp is the Xserver default, don't pass the option

in scripts anymore.
This commit is contained in:
matthieu 2015-06-20 10:12:39 +00:00
parent 3e477e765c
commit d365eacb03
3 changed files with 2 additions and 9 deletions

View File

@ -9,4 +9,4 @@ XCOMM you can add them here as well. Each X terminal line should
XCOMM look like:
XCOMM XTerminalName:0 foreign
XCOMM
:0 local BINDIR/X :0 DEFAULTVT -nolisten tcp
:0 local BINDIR/X :0 DEFAULTVT

View File

@ -1,7 +1,3 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2015/06/15 16:17:46 matthieu Exp $
afterinstall:
$(INSTALL) -m 644 ${.CURDIR}/openbsd/xserverrc \
$(DESTDIR)/etc/X11/xinit
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2015/06/20 10:12:39 matthieu Exp $
.include <bsd.xorg.mk>

View File

@ -1,3 +0,0 @@
#! /bin/sh
# $OpenBSD: xserverrc,v 1.1 2015/06/15 16:17:46 matthieu Exp $
exec /usr/X11R6/bin/X -nolisten tcp "$@"