Date: Mon, 2 Sep 2002 19:47:09 +0200 (SAT) From: John Hay <jhay@zibbi.icomtek.csir.co.za> To: gordon@FreeBSD.org (Gordon Tetlow) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za> In-Reply-To: <200209021635.g82GZ1fp082872@freefall.freebsd.org> from Gordon Tetlow at "Sep 2, 2002 09:35:01 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209021747.g82Hl9Ge036449>