NetBSD/etc/rc.d/bootparams

19 lines
313 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: bootparams,v 1.7 2004/08/13 18:08:03 mycroft Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: bootparams
# REQUIRE: rpcbind DAEMON
# BEFORE: LOGIN
2000-03-10 14:53:23 +03:00
$_rc_subr_loaded . /etc/rc.subr
2000-03-10 14:53:23 +03:00
name="bootparamd"
rcvar=$name
2000-03-10 14:53:23 +03:00
command="/usr/sbin/rpc.${name}"
required_files="/etc/bootparams"
load_rc_config $name
2000-03-10 14:53:23 +03:00
run_rc_command "$1"