From owner-cvs-all Mon Sep 2 12:13:22 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 4171E37B400; Mon, 2 Sep 2002 12:13:13 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CB743E65; Mon, 2 Sep 2002 12:13:12 -0700 (PDT) (envelope-from makonnen@pacbell.net) Received: from kokeb.ambesa.net ([64.173.11.89]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H1T00CHSS20O5@mta7.pltn13.pbi.net>; Mon, 02 Sep 2002 12:13:12 -0700 (PDT) Received: from kokeb.ambesa.net (tanstaafl@localhost [IPv6:::1]) by kokeb.ambesa.net (8.12.5/8.12.5) with ESMTP id g82JQFdD011060; Mon, 02 Sep 2002 12:26:15 -0700 (PDT envelope-from mtm@kokeb.ambesa.net) Received: (from mtm@localhost) by kokeb.ambesa.net (8.12.5/8.12.5/Submit) id g82JQFkI011059; Mon, 02 Sep 2002 12:26:15 -0700 (PDT) Date: Mon, 02 Sep 2002 12:26:15 -0700 From: Mike Makonnen Subject: Re: cvs commit: src/etc/defaults rc.conf In-reply-to: <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za> To: John Hay Cc: gordon@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20020902122615.739942b4.makonnen@pacbell.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <200209021635.g82GZ1fp082872@freefall.freebsd.org> <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za> 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 On Mon, 02 Sep 2002 19:47:09 +0200 (SAT) John Hay wrote: > > 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}" I didn't port this script because bootparamd isn't started from the old rc. We don't even have a knob for it in defaults/rc.conf. But even with this patch I don't see how it can start for you. You need # KEYWORD: FreeBSD at the top of the file. It must be starting some other way. Please add the KEYWORD line and a knob to defaults/rc.conf and resubmit. Thanks! Cheers, Mike Makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message