summaryrefslogtreecommitdiff
path: root/etc/rc.d/bootparamd
blob: 6b527184801f96a70f1b8d8388c11c2f77601613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# $OpenBSD: bootparamd,v 1.2 2011/07/08 02:15:34 robert Exp $

daemon="/usr/sbin/rpc.bootparamd"

. /etc/rc.d/rc.subr

rc_reload=NO

rc_pre() {
	[ -s /etc/bootparams ]
}

rc_cmd $1