From owner-freebsd-current Sat Aug 3 12:45: 0 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E4537B400; Sat, 3 Aug 2002 12:44:58 -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 57E9343E4A; Sat, 3 Aug 2002 12:44:50 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g73JiWB80854; Sat, 3 Aug 2002 21:44:32 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200208031944.g73JiWB80854@zibbi.icomtek.csir.co.za> Subject: rc.d/bootparams patch To: gordon@freebsd.org Date: Sat, 3 Aug 2002 21:44:32 +0200 (SAT) Cc: current@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-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Gordon, This patch seems to make bootparamd work on my machine. 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 freebsd-current" in the body of the message