pkgsrc/net/arla/files/arlad.sh
wennmach 9f1c532d9b Update arla to 0.38. The update is necessary to support NetBSD-2.0.
The update during the pkgsrc freeze has been approved by <wiz>.

Two patches have been provided by <christos>.

Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386.

Closes PR pkg/20906.
2005-03-15 15:58:52 +00:00

18 lines
328 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: arlad.sh,v 1.5 2005/03/15 15:58:52 wennmach Exp $
#
# PROVIDE: arlad
# REQUIRE: beforemountlkm
# KEYWORD: shutdown
. /etc/rc.subr
name="arlad"
rcvar=$name
command="/usr/pkg/libexec/${name}"
command_args="-z /dev/nnpfs0"
required_files="/dev/nnpfs0"
load_rc_config $name
run_rc_command "$1"