diff options
author | 1997-01-01 20:15:34 +0000 | |
---|---|---|
committer | 1997-01-01 20:15:34 +0000 | |
commit | 151d3496b1f7f5fac20ebb705d58aacd62573c14 (patch) | |
tree | 72c3481fb2710066fc17aa0433870b5801aa43dc | |
parent | add a comment about the comment in ttys about how to start xdm via init (diff) | |
download | wireguard-openbsd-151d3496b1f7f5fac20ebb705d58aacd62573c14.tar.xz wireguard-openbsd-151d3496b1f7f5fac20ebb705d58aacd62573c14.zip |
add a comment on how to start xdm via init (only i386 for now - which other
ports do also have X and on which device in ttys the xdm has to be started
there ?)
-rw-r--r-- | etc/etc.i386/ttys | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index 51c2b63d9f7..8c2d8b85d58 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -1,13 +1,18 @@ # # from: @(#)ttys 5.1 (Berkeley) 4/17/89 -# $Id: ttys,v 1.5 1996/08/17 05:42:43 deraadt Exp $ +# $Id: ttys,v 1.6 1997/01/01 20:15:34 graichen Exp $ # # name getty type status comments # console "/usr/libexec/getty Pc" pc3 off secure -ttyC0 "/usr/libexec/getty Pc" pc3 on secure -ttyC1 "/usr/libexec/getty Pc" vt220 on secure -ttyC2 "/usr/libexec/getty Pc" vt220 on secure +ttyC0 "/usr/libexec/getty Pc" pc3 on secure +# +# if you want to start xdm via init - comment out +# the line above and uncomment the following line +# +#ttyC0 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure +ttyC1 "/usr/libexec/getty Pc" vt220 on secure +ttyC2 "/usr/libexec/getty Pc" vt220 on secure ttyC3 "/usr/libexec/getty Pc" vt220 off secure ttyC4 "/usr/libexec/getty Pc" vt220 off secure ttyC5 "/usr/libexec/getty Pc" vt220 off secure |