diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-29 18:38:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-29 18:38:47 +0000 |
commit | 1de64c8da1ec4fac317cff61c1aa0161f84b026e (patch) | |
tree | 4b0a0da68272b0f1add64a1c35632aaa488dcc2f /app/xdm | |
parent | eeaa9349fed7460107bd96bab9de18fe40de726d (diff) |
Specify VT for X explicitely. Problem noticed by Andreas Bihlmaier, henning@
and todd@.
Diffstat (limited to 'app/xdm')
-rw-r--r-- | app/xdm/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index a116402be..1abbc17f6 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2006/12/17 20:41:36 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2007/01/29 18:38:46 matthieu Exp $ PIXMAPDIR=/etc/X11/xdm/pixmaps CONFIGURE_ARGS= --enable-privsep \ + --with-default-vt=vt05 \ --disable-dynamic-greeter \ --with-xdmlibdir=/etc/X11/xdm \ --with-pixmapdir=$(PIXMAPDIR) \ |