Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2002 21:44:32 +0200 (SAT)
From:      John Hay <jhay@icomtek.csir.co.za>
To:        gordon@freebsd.org
Cc:        current@freebsd.org
Subject:   rc.d/bootparams patch
Message-ID:  <200208031944.g73JiWB80854@zibbi.icomtek.csir.co.za>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208031944.g73JiWB80854>