summaryrefslogtreecommitdiff
path: root/etc/rc.d/amd
blob: f9d44e457c78fd036717cdadb98be0f85d3149a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
#
# $NetBSD: amd,v 1.10 2002/04/29 12:08:17 lukem Exp $
#

# PROVIDE: amd
# REQUIRE: rpcbind mountall ypbind
# BEFORE:  DAEMON

. /etc/rc.subr

name="amd"
rcvar=$name
command="/usr/sbin/${name}"
load_rc_config $name

command_args='-p -a '$amd_dir' -F /etc/amd.conf >/var/run/amd.pid'
required_files="/etc/amd.conf"
required_dirs="$amd_dir"
required_vars="rpcbind"

run_rc_command "$1"