From owner-freebsd-current Sat Jan 31 07:12:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22520 for current-outgoing; Sat, 31 Jan 1998 07:12:07 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22486 for ; Sat, 31 Jan 1998 07:12:06 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id HAA04319; Sat, 31 Jan 1998 07:11:54 -0800 (PST) To: Kazutaka YOKOTA cc: Mike Smith , freebsd-current@FreeBSD.ORG Subject: Re: /kernel.config takes over boot: -c :-(( In-reply-to: Your message of "Sat, 31 Jan 1998 17:37:22 +0900." <199801310837.RAA26481@zodiac.mech.utsunomiya-u.ac.jp> Date: Sat, 31 Jan 1998 07:11:54 -0800 Message-ID: <4315.886259514@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" I was about to say the same thing. :-) I'm off to the airport now. You guys can talk to the vacation program in your reply. :-) Jordan > > > 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)