From owner-cvs-all Mon Sep 2 10:47:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 128CB37B400; Mon, 2 Sep 2002 10:47:15 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id C028643E3B; Mon, 2 Sep 2002 10:47:12 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6) with ESMTP id g82HlAwM036450; Mon, 2 Sep 2002 19:47:10 +0200 (SAT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6/Submit) id g82Hl9Ge036449; Mon, 2 Sep 2002 19:47:09 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: <200209021635.g82GZ1fp082872@freefall.freebsd.org> from Gordon Tetlow at "Sep 2, 2002 09:35:01 am" To: gordon@FreeBSD.org (Gordon Tetlow) Date: Mon, 2 Sep 2002 19:47:09 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > gordon 2002/09/02 09:35:01 PDT > > Modified files: > etc/defaults rc.conf > Log: > Turn rc_ng on by default now, it's time has come. While we are at it, I'd > like to thank Mike Makonnen for all his work on rcNG. Without him, none > of this would have been possible. I need this patch to make bootparamd work on my current box with rc_ng. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org --- /usr/src/etc/rc.d/bootparams Fri Jun 14 00:14:36 2002 +++ bootparams Sat Aug 3 10:24:44 2002 @@ -11,8 +11,8 @@ . /etc/rc.subr name="bootparamd" -rcvar=$name -command="/usr/sbin/rpc.${name}" +rcvar=`set_rcvar` +command="/usr/sbin/${name}" required_files="/etc/bootparams" load_rc_config $name To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message