From owner-freebsd-bugs Tue Feb 4 7:30:14 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D7D37B401 for ; Tue, 4 Feb 2003 07:30:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3BB543F85 for ; Tue, 4 Feb 2003 07:30:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h14FUANS089803 for ; Tue, 4 Feb 2003 07:30:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h14FUANQ089802; Tue, 4 Feb 2003 07:30:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FC037B401 for ; Tue, 4 Feb 2003 07:29:39 -0800 (PST) Received: from t-mta4.odn.ne.jp (mfep4.odn.ne.jp [143.90.131.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 371B443F79 for ; Tue, 4 Feb 2003 07:29:38 -0800 (PST) (envelope-from kogane@syd.odn.ne.jp) Received: from kces1.koganemaru.co.jp ([210.237.254.163]) by t-mta4.odn.ne.jp with ESMTP id <20030204152936556.LGMF.26728.t-mta4.odn.ne.jp@mta4.odn.ne.jp> for ; Wed, 5 Feb 2003 00:29:36 +0900 Received: (from kogane@localhost) by kces1.koganemaru.co.jp (8.8.8/3.6W) id AAA00554; Wed, 5 Feb 2003 00:29:49 +0900 (JST) Message-Id: <200302041529.AAA00554@kces1.koganemaru.co.jp> Date: Wed, 5 Feb 2003 00:29:49 +0900 (JST) From: n-kogane@syd.odn.ne.jp Reply-To: n-kogane@syd.odn.ne.jp To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/47906: options screen not return previous screen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47906 >Category: misc >Synopsis: options screen not return previous screen >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 04 07:30:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nobuyuki Koganemaru >Release: FreeBSD 5.0-RELEASE i386 >Organization: KOGANEMARU Computer Engineering Service Corporation. >Environment: System: FreeBSD kcesx11.koganemaru.co.jp 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: at Instllation. options screen not return previous screen >How-To-Repeat: [Main Menu] -> [Custom] -> [Media] -> [Options] -> Q <- not return. >Fix: --- usr.sbin/sysinstall/options.c.orig Sat Dec 1 22:13:27 2001 +++ usr.sbin/sysinstall/options.c Tue Feb 4 21:15:06 2003 @@ -306,7 +306,7 @@ clear(); dialog_clear(); restorescr(w); - return DITEM_SUCCESS; + return DITEM_SUCCESS | DITEM_CONTINUE; default: beep(); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message