Date: Mon, 02 Sep 2002 12:26:15 -0700 From: Mike Makonnen <makonnen@pacbell.net> To: John Hay <jhay@zibbi.icomtek.csir.co.za> Cc: gordon@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020902122615.739942b4.makonnen@pacbell.net> In-Reply-To: <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za> References: <200209021635.g82GZ1fp082872@freefall.freebsd.org> <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 02 Sep 2002 19:47:09 +0200 (SAT) John Hay <jhay@zibbi.icomtek.csir.co.za> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020902122615.739942b4.makonnen>