From owner-cvs-src@FreeBSD.ORG Mon Jan 21 17:25:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FE1F16A4FB; Mon, 21 Jan 2008 17:25:50 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3255E13C4D3; Mon, 21 Jan 2008 17:25:50 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LHPnFP067992; Mon, 21 Jan 2008 17:25:49 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LHPnTF067991; Mon, 21 Jan 2008 17:25:49 GMT (envelope-from kensmith) Message-Id: <200801211725.m0LHPnTF067991@repoman.freebsd.org> From: Ken Smith Date: Mon, 21 Jan 2008 17:25:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release fixit.profile 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: Mon, 21 Jan 2008 17:25:50 -0000 kensmith 2008-01-21 17:25:49 UTC FreeBSD src repository Modified files: release fixit.profile Log: Adjust paths for EDITOR and PAGER environment variables in the fixit shell. This would break them for floppy based fixit mode which still seems to use /stand except that vi(1) and more(1) don't exist in /stand on the fixit floppy so it really doesn't matter what these settings are there. These paths work for CD-based fixit mode. This is just "temporary" and on its way to 7.0-REL. I'm too chicken to make what is probably the correct adjustment this close to release. It seems /mnt2 is just a symbolic link, and stuff really gets mounted as /dist. Adjusting paths to that for 8.X is probably the right thing to do and I'll try that after 7.0 is done. Noticed by: gallatin MFC after: 1 day Revision Changes Path 1.12 +2 -2 src/release/fixit.profile