From owner-freebsd-bugs Mon Oct 29 0:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 789DC37B406 for ; Mon, 29 Oct 2001 00:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9T8K2b05631; Mon, 29 Oct 2001 00:20:02 -0800 (PST) (envelope-from gnats) Date: Mon, 29 Oct 2001 00:20:02 -0800 (PST) Message-Id: <200110290820.f9T8K2b05631@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: conf/31555: rc.syscons does not run standalone Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/31555; it has been noted by GNATS. From: Peter Pentchev To: Seth Kingsley Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/31555: rc.syscons does not run standalone Date: Mon, 29 Oct 2001 11:18:46 +0200 On Sun, Oct 28, 2001 at 08:46:57AM -0800, Seth Kingsley wrote: > > >Number: 31555 > >Category: conf > >Synopsis: rc.syscons does not run standalone > >Originator: Seth Kingsley > >Release: FreeBSD 4.4-STABLE i386 > >Organization: > >Environment: > System: FreeBSD kaneda.meowfishies.com 4.4-STABLE FreeBSD 4.4-STABLE #0: > Sun Oct 21 21:17:41 PDT 2001 > sethk@kaneda.meowfishies.com:/usr/obj/usr/src/sys/KANEDA i386 > > >Description: > Syscons should the definitions in /etc/{defaults/,}rc.conf so it may be > run stand-alone. > > >How-To-Repeat: > % sh /etc/rc.syscons None of the other rc scripts are designed to run standalone. It's actually a simple matter of doing: % ( . /etc/defaults/rc.conf; source_rc_confs; . /etc/rc.syscons ) I usually run those in a subshell so as not to clutter my login shell's environment. G'luck, Peter -- If wishes were fishes, the antecedent of this conditional would be true. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message