From owner-freebsd-current Sat Jan 31 00:30:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11294 for current-outgoing; Sat, 31 Jan 1998 00:30:31 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA11287 for ; Sat, 31 Jan 1998 00:30:28 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA13380; Sat, 31 Jan 1998 17:29:43 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id RAA26481; Sat, 31 Jan 1998 17:37:23 +0900 (JST) Message-Id: <199801310837.RAA26481@zodiac.mech.utsunomiya-u.ac.jp> To: Mike Smith Cc: "Jordan K. Hubbard" , freebsd-current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: /kernel.config takes over boot: -c :-(( In-Reply-To: Your message of "Sat, 31 Jan 1998 17:46:07 +1030." <199801310716.RAA00927@word.smith.net.au> References: <199801310716.RAA00927@word.smith.net.au> Date: Sat, 31 Jan 1998 17:37:22 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" > static int > getchar(void) >@@ -147,8 +148,10 @@ > } > } > if (*next) { >+ userconfig_boot_parsing = 1; > return (*next++); > } else { >+ userconfig_boot_parsing = 1; ~~~~~ Don't you want "userconfig_boot_parsing = 0" here? Kazu > return cngetc(); > } > } >@@ -2836,6 +2839,15 @@ > static int > quitfunc(CmdParm *parms)