From owner-cvs-all Mon Feb 9 16:11:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28759 for cvs-all-outgoing; Mon, 9 Feb 1998 16:11:57 -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 QAA28754; Mon, 9 Feb 1998 16:11:56 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA15026; Mon, 9 Feb 1998 16:10:38 -0800 (PST) Date: Mon, 9 Feb 1998 16:10:38 -0800 (PST) Message-Id: <199802100010.QAA15026@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/02/09 16:10:37 PST Modified files: sys/i386/i386 userconfig.c Log: If the kernel was built with USERCONFIG_BOOT, and the '-c' (RB_CONFIG) flag was supplied to the kernel when booting, ignore any 'quit' commands in the userconfig script. This provides an escape mechanism whereby a broken userconfig script may be worked around. Revision Changes Path 1.102 +15 -2 src/sys/i386/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message