From kogane@syd.odn.ne.jp  Tue Feb  4 07:29:39 2003
Return-Path: <kogane@syd.odn.ne.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 22FC037B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>;
          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
Subject: options screen not return previous screen
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47906
>Category:       misc
>Synopsis:       options screen not return previous screen
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    murray
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 04 07:30:10 PST 2003
>Closed-Date:    Sun Aug 29 05:20:43 GMT 2004
>Last-Modified:  Sun Aug 29 05:20:43 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-bugs->re 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sat Jul 12 17:26:38 PDT 2003 
Responsible-Changed-Why:  
Over to the release engineers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47906 
State-Changed-From-To: open->patched 
State-Changed-By: murray 
State-Changed-When: Sun Jul 13 00:29:15 PDT 2003 
State-Changed-Why:  
I've applied your patch to -CURRENT.  I will MFC this to -STABLE in a 
few days.  Thanks for the submission! 



Responsible-Changed-From-To: re->murray 
Responsible-Changed-By: murray 
Responsible-Changed-When: Sun Jul 13 00:29:15 PDT 2003 
Responsible-Changed-Why:  
I've applied your patch to -CURRENT.  I will MFC this to -STABLE in a 
few days.  Thanks for the submission! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=47906 
State-Changed-From-To: patched->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Aug 29 05:20:29 GMT 2004 
State-Changed-Why:  
Committed back in July 2003. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47906 
>Unformatted:
