summaryrefslogtreecommitdiff
path: root/net/arla/files/arlad
blob: 852460964003a51c16ca18cb68e947a6568c405e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
# $NetBSD: arlad,v 1.1 2001/08/09 13:48:59 wennmach Exp $
#
# start script for arlad (for NetBSD-1.5 and newer)

# PROVIDE: arlad
# REQUIRE: beforemountlkm

. /etc/rc.subr

name="arlad"
rcvar=$name
command="@PREFIX@/libexec/${name}"
command_args="-z /dev/xfs0"
required_files="/dev/xfs0"

load_rc_config $name
run_rc_command "$1"