Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2001 02:41:32 +0900 (JST)
From:      Nobuyuki Koganemaru <kogane@jp.freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/24907: installer problem
Message-ID:  <200102061741.CAA01802@kces.koganemaru.co.jp>

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

>Number:         24907
>Category:       misc
>Synopsis:       Options screen at MenuMedia menu problem
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 06 09:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nobuyuki Koganemaru
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
KOGANEMARU Computer Engineering Service Corporation.
>Environment:

	at installing

>Description:

	When installing with 'Standard' or 'Upgrade' mode, if you select
	'Options' in MenuMedia menu, you cannot return to the MenuMedia menu
	after configuring the options.

>How-To-Repeat:

	allways caused the problem.

>Fix:

--- release/sysinstall/options.c.orig	Fri Sep 22 17:14:53 2000
+++ release/sysinstall/options.c	Tue Feb  6 22:55:37 2001
@@ -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?200102061741.CAA01802>