From: Sascha Wildner Date: Sat, 7 Nov 2009 15:18:35 +0000 (+0100) Subject: Fix xdm path in the Live{CD,DVD}'s /etc/ttys. X-Git-Url: https://gitweb.dragonflybsd.org/~syl/dragonfly.git/commitdiff_plain/20946daec0cd0006678d3339aad7ff5727af0f37 Fix xdm path in the Live{CD,DVD}'s /etc/ttys. Reported-by: Johannes Hofmann --- diff --git a/nrelease/gui/etc/ttys b/nrelease/gui/etc/ttys index fb75bf0a97..d13b57eca1 100644 --- a/nrelease/gui/etc/ttys +++ b/nrelease/gui/etc/ttys @@ -39,7 +39,7 @@ ttyv4 "/usr/libexec/getty Pc" cons25 on secure ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure -ttyv8 "/usr/pkg/xorg/bin/xdm -nodaemon" xterm off secure +ttyv8 "/usr/pkg/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyd0 "/usr/libexec/getty std.9600" dialup off secure diff --git a/nrelease/root/etc/ttys b/nrelease/root/etc/ttys index 9ed86a06d2..ab3fefa3cd 100644 --- a/nrelease/root/etc/ttys +++ b/nrelease/root/etc/ttys @@ -39,7 +39,7 @@ ttyv4 "/usr/libexec/getty Pc" cons25 on secure ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure -#ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure +#ttyv8 "/usr/pkg/bin/xdm -nodaemon" xterm off secure # Serial terminals # vt100-color seems to work best when talking to the serial port # from a cu/tip running on an xterm.