From owner-cvs-all Tue Sep 4 14: 6:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B362237B408; Tue, 4 Sep 2001 14:06:48 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84L6mt57252; Tue, 4 Sep 2001 14:06:48 -0700 (PDT) (envelope-from bmah) Message-Id: <200109042106.f84L6mt57252@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 4 Sep 2001 14:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall installUpgrade.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/09/04 14:06:48 PDT Modified files: usr.sbin/sysinstall installUpgrade.c Log: sysinstall's binary upgrade option used to display the contents of UPGRADE.TXT along with a YesNo dialog requesting confirmation of the upgrade. During the transition to RELNOTESng, UPGRADE.TXT got folded into a file that eventually renders as INSTALL.TXT, which makes sysinstall complain about a non-existent file. As a solution/workaround, point the user at INSTALL.TXT, and then request confirmation. Noticed by: rpratt (on 4.4-RC3) Approved by: jkh Revision Changes Path 1.78 +6 -4 src/usr.sbin/sysinstall/installUpgrade.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message