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