bin/27483: make sysinstall ask for the keymap at installation time

Cyrille Lefevre cyrille.lefevre at laposte.net
Thu Mar 4 07:30:32 PST 2004


The following reply was made to PR bin/27483; it has been noted by GNATS.

From: Cyrille Lefevre <cyrille.lefevre at laposte.net>
To: freebsd gnats <freebsd-gnats-submit at freebsd.org>,
	freebsd qa <freebsd-qa at freebsd.org>
Cc:  
Subject: Re: bin/27483: make sysinstall ask for the keymap at installation time
Date: Thu, 4 Mar 2004 16:28:09 +0100

 cvs diff against -current (FreeBSD 5.2-CURRENT #1: Sat Jan 31 15:17:05 CET 2004)
 anyone to commit this PR ?
 thanks in advance.
 
 Index: main.c
 ===================================================================
 RCS file: /home/ncvs/src/usr.sbin/sysinstall/main.c,v
 retrieving revision 1.71
 diff -u -I$Id.*$ -I$.+BSD.*$ -r1.71 main.c
 --- main.c	20 Aug 2003 06:27:21 -0000	1.71
 +++ main.c	3 Dec 2003 11:44:06 -0000
 @@ -166,6 +166,8 @@
  
      /* Begin user dialog at outer menu */
      dialog_clear();
 +    if (getpid() == 1)
 +        dmenuOpen(&MenuSysconsKeymap, &choice, &scroll, &curr, &max, FALSE);
      while (1) {
  	choice = scroll = curr = max = 0;
  	dmenuOpen(&MenuInitial, &choice, &scroll, &curr, &max, TRUE);
 
 Cyrille Lefevre
 -- 
 mailto:cyrille.lefevre at laposte.net


More information about the freebsd-qa mailing list