diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-06-26 07:25:20 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-06-26 07:25:20 +0000 |
commit | 0313f63c4f3548a86feec72725bbb118a1a58cc8 (patch) | |
tree | 51c603b3480ba05b41b472d157bfa21592e06d02 /app/xdm/Makefile.bsd-wrapper | |
parent | e00486d6d66a5ce3820c1eacad9f085f8ab1be6d (diff) |
Match what's done on i386/amd64 and use vt05 as default for xdm(1)
on macppc now that virtual consoles are supported.
Adding "xdm_flags=" to /etc/rc.conf.local should now be enough to
get xdm working out of the box, no need to edit /etc/ttys anymore.
ok matthieu@
Diffstat (limited to 'app/xdm/Makefile.bsd-wrapper')
-rw-r--r-- | app/xdm/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index 942f34370..ff7943564 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2011/11/30 22:00:28 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2013/06/26 07:25:19 mpi Exp $ .include <bsd.own.mk> XDMCONFIGDIR=/etc/X11/xdm PIXMAPDIR=$(XDMCONFIGDIR)/pixmaps -.if ${MACHINE} == i386 || ${MACHINE} == amd64 +.if ${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc DEFAULT_VT= --with-default-vt=vt05 .endif .if ${MACHINE_ARCH} == arm |