From owner-cvs-src@FreeBSD.ORG Fri May 27 06:03:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id F2D7F16A41F; Fri, 27 May 2005 06:03:21 +0000 (GMT) Date: Fri, 27 May 2005 06:03:21 +0000 From: Alexey Dokuchaev To: Eivind Eklund Message-ID: <20050527060321.GA54881@FreeBSD.org> References: <200505270039.j4R0dBn7026753@repoman.freebsd.org> <20050527025834.GA43042@FreeBSD.org> <20050527054453.GE26343@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050527054453.GE26343@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/getty ttys.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 06:03:22 -0000 On Fri, May 27, 2005 at 05:44:53AM +0000, Eivind Eklund wrote: > On Fri, May 27, 2005 at 02:58:34AM +0000, Alexey Dokuchaev wrote: > > On Fri, May 27, 2005 at 12:39:11AM +0000, Eivind Eklund wrote: > > > eivind 2005-05-27 00:39:11 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > libexec/getty ttys.5 > > > Log: > > > Make the example for using xterm as a login manager to match the X of the > > > noughties, not eighties. > > > > Actually, since this is a -CURRENT change, XFree86 should probably be > > replaced by X.org. > > Possibly, but I don't know what the server binary for X.org is called. I'm There is always a symlink: /usr/X11R6/bin/X -> Xorg, or /usr/X11R6/bin/X -> XFree86, depending on what you've got. So, you can simply write "/usr/X11R6/bin/X" and be both 90s' and correct WRT XFree86/Xorg. ./danfe > far far off the upgrade cycle after a series of 5.X-current mishaps > left me "stranded" on an upgradeable system, with no easy way to > get all the data out and upgrade. I might rejoin y'all when I > someday pick up new hardware... > > Eivind.