diff options
author | eivind <eivind@FreeBSD.org> | 2005-05-27 06:07:21 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2005-05-27 06:07:21 +0000 |
commit | b83d3b8bcc5ec80538880f65b3c34fd80e30bdea (patch) | |
tree | 3b6304372bd4cff5023b7cea22a63d74a4ac5514 /libexec | |
parent | 8d08165b4b32c630f82e8f7059f0db72ce606036 (diff) | |
download | FreeBSD-src-b83d3b8bcc5ec80538880f65b3c34fd80e30bdea.zip FreeBSD-src-b83d3b8bcc5ec80538880f65b3c34fd80e30bdea.tar.gz |
Fixup of last commit: Use the name X instead of XFree86 for the server binary,
thus being compatible with both XFree86 and X.org.
Noticed by: danfe
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/getty/ttys.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 3af0bf3..261484c 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -150,7 +150,7 @@ ttyh0 "/usr/libexec/getty std.9600" hp2621-nl on group=dialup # 457 Evans # John's terminal: vt100 ttyh1 "/usr/libexec/getty std.9600" vt100 on group=dialup # 459 Evans # terminal emulate/window system -ttyv0 "/usr/X11R6/bin/xterm -display :0" xterm on window="/usr/X11R6/bin/XFree86 :0" +ttyv0 "/usr/X11R6/bin/xterm -display :0" xterm on window="/usr/X11R6/bin/X :0" # Network pseudo ttys -- don't enable getty ttyp0 none network group=pty ttyp1 none network off group=pty |