repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
etc
/
rc.d
/
bootparams
blob
b1bf5adc9c1b3fcbea1a59c2a8b74b19698c3078
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
$_rc_subr_loaded
.
/
etc
/
rc.subr
11
12
name
=
"bootparamd"
13
rcvar
=
$name
14
command
=
"/usr/sbin/rpc.
${name}
"
15
required_files
=
"/etc/bootparams"
16
17
load_rc_config
$name
18
run_rc_command
"
$1
"