xref: /netbsd/etc/rc.d/bootparams (revision bf9ec67e)
1#!/bin/sh
2#
3# $NetBSD: bootparams,v 1.6 2002/03/22 04:33:58 thorpej Exp $
4#
5
6# PROVIDE: bootparams
7# REQUIRE: rpcbind DAEMON
8# BEFORE:  LOGIN
9
10. /etc/rc.subr
11
12name="bootparamd"
13rcvar=$name
14command="/usr/sbin/rpc.${name}"
15required_files="/etc/bootparams"
16
17load_rc_config $name
18run_rc_command "$1"
19