From owner-freebsd-bugs@FreeBSD.ORG Mon May 21 17:40:15 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71BD216A46C for ; Mon, 21 May 2007 17:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 53D1813C46C for ; Mon, 21 May 2007 17:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4LHeFW0082285 for ; Mon, 21 May 2007 17:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4LHeFol082284; Mon, 21 May 2007 17:40:15 GMT (envelope-from gnats) Resent-Date: Mon, 21 May 2007 17:40:15 GMT Resent-Message-Id: <200705211740.l4LHeFol082284@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Beat Gätzi Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7654616A421 for ; Mon, 21 May 2007 17:39:23 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from mail11.bluewin.ch (mail11.bluewin.ch [195.186.18.61]) by mx1.freebsd.org (Postfix) with ESMTP id 3DAD113C44B for ; Mon, 21 May 2007 17:39:23 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from [83.79.43.224] (83.79.43.224) by mail11.bluewin.ch (Bluewin 7.3.121) id 464D688A000C7265 for FreeBSD-gnats-submit@freebsd.org; Mon, 21 May 2007 17:18:42 +0000 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Mon, 21 May 2007 19:18:45 +0200 Message-Id: <464D688A000C7265@mail11.bluewin.ch> (added by postmaster@bluewin.ch) Date: Mon, 21 May 2007 19:18:45 +0200 From: "Beat Gaetzi" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: conf/112839: [patch] Change patch to xdm from /usr/X11R6 to /usr/local in /etc/ttys X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gätzi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 17:40:15 -0000 >Number: 112839 >Category: conf >Synopsis: [patch] Change patch to xdm from /usr/X11R6 to /usr/local in /etc/ttys >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 17:40:14 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Beat Gätzi >Release: FreeBSD 6.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sun Mar 18 12:42:52 CET 2007 root@daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386 >Description: The path to xdm has changed from /usr/X11R6/bin/xdm to /usr/local/bin/xdm since X.Org 7.2 is available in the portstree. >How-To-Repeat: >Fix: --- ttys.patch begins here --- diff -Naur etc.ori/etc.alpha/ttys etc/etc.alpha/ttys --- etc.ori/etc.alpha/ttys Mon May 21 19:08:28 2007 +++ etc/etc.alpha/ttys Mon May 21 19:08:49 2007 @@ -41,7 +41,7 @@ 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/local/bin/xdm -nodaemon" xterm off secure # Serial terminals # serial console for AlphaServer 8200 and 8400 ("TurboLaser") #zs0 "/usr/libexec/getty std.9600" vt100 on secure diff -Naur etc.ori/etc.amd64/ttys etc/etc.amd64/ttys --- etc.ori/etc.amd64/ttys Mon May 21 19:08:28 2007 +++ etc/etc.amd64/ttys Mon May 21 19:09:04 2007 @@ -41,7 +41,7 @@ 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/local/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 -Naur etc.ori/etc.arm/ttys etc/etc.arm/ttys --- etc.ori/etc.arm/ttys Mon May 21 19:08:28 2007 +++ etc/etc.arm/ttys Mon May 21 19:09:16 2007 @@ -41,7 +41,7 @@ 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/local/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu0 "/usr/libexec/getty std.9600" vt100 on secure diff -Naur etc.ori/etc.i386/ttys etc/etc.i386/ttys --- etc.ori/etc.i386/ttys Mon May 21 19:08:28 2007 +++ etc/etc.i386/ttys Mon May 21 19:09:31 2007 @@ -41,7 +41,7 @@ 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/local/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 -Naur etc.ori/etc.ia64/ttys etc/etc.ia64/ttys --- etc.ori/etc.ia64/ttys Mon May 21 19:08:28 2007 +++ etc/etc.ia64/ttys Mon May 21 19:09:42 2007 @@ -41,7 +41,7 @@ ttyv5 "/usr/libexec/getty Pc" cons25 off secure ttyv6 "/usr/libexec/getty Pc" cons25 off secure ttyv7 "/usr/libexec/getty Pc" cons25 off secure -ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure +ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure # Serial terminals. The 'dialup' keyword identifies dialin lines to login, # fingerd etc. ttyu0 "/usr/libexec/getty std.9600" vt100 on secure diff -Naur etc.ori/etc.powerpc/ttys etc/etc.powerpc/ttys --- etc.ori/etc.powerpc/ttys Mon May 21 19:08:28 2007 +++ etc/etc.powerpc/ttys Mon May 21 19:09:54 2007 @@ -47,7 +47,7 @@ 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/local/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 -Naur etc.ori/etc.sparc64/ttys etc/etc.sparc64/ttys --- etc.ori/etc.sparc64/ttys Mon May 21 19:08:28 2007 +++ etc/etc.sparc64/ttys Mon May 21 19:10:06 2007 @@ -48,7 +48,7 @@ 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/local/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. # uart(4) --- ttys.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: