From owner-cvs-all Thu Jan 7 01:49:36 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00810 for cvs-all-outgoing; Thu, 7 Jan 1999 01:49:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00805; Thu, 7 Jan 1999 01:49:35 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA14893; Thu, 7 Jan 1999 01:49:29 -0800 (PST) Date: Thu, 7 Jan 1999 01:49:29 -0800 (PST) Message-Id: <199901070949.BAA14893@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1999/01/07 01:49:29 PST Modified files: sys/i386/i386 userconfig.c Log: When compiled with INTRO_USERCONFIG, skip the intro screen anyway if we already loaded and interpreted userconfig_script. Otherwise, when using such kernel system would always block waiting for user input in UserConfig, while the intention was to avoid this by having userconfig_script. Reviewed by: msmith Revision Changes Path 1.120 +15 -8 src/sys/i386/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message