Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 00:29:49 +0900 (JST)
From:      n-kogane@syd.odn.ne.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/47906: options screen not return previous screen
Message-ID:  <200302041529.AAA00554@kces1.koganemaru.co.jp>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302041529.AAA00554>