Hi Gordon,

This patch seems to make bootparamd work on my machine.

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]

--- /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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to