NetBSD/etc/rc.d/amd
veego a497b11b46 The new am-utils use now /etc/amd.conf and no longer the $amd_master file.
Despite that /etc/amd.conf is now the default configuration file, it needs
to be defined if you supply other options when you start amd, so add it here.
2000-11-21 12:20:12 +00:00

22 lines
376 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: amd,v 1.7 2000/11/21 12:20:12 veego Exp $
#
# PROVIDE: amd
# REQUIRE: rpcbind mountall ypbind
. /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"