Now that nolisten tcp is the Xserver default, don't pass the option
in scripts anymore.
This commit is contained in:
parent
3e477e765c
commit
d365eacb03
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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 "$@"
|
Loading…
Reference in New Issue
Block a user