NetBSD/etc/rc.d/amd
tron e848cdf438 Terminate amd(8) gracefully during system shutdown.
This should avoid occasional problems with syncing or unmounting
filesystems on machines which use the automounter. Tested
successfully under NetBSD-i386 3.1_STABLE and 4.0_BETA2.
2007-04-23 14:27:30 +00:00

29 lines
522 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: amd,v 1.14 2007/04/23 14:27:30 tron Exp $
#
# PROVIDE: amd
# REQUIRE: rpcbind mountall ypbind
# BEFORE: DAEMON
# KEYWORD: shutdown
$_rc_subr_loaded . /etc/rc.subr
name="amd"
rcvar=$name
command="/usr/sbin/${name}"
reload_cmd="/usr/sbin/amq -f"
extra_commands="reload"
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"
load_rc_config_var rpcbind rpcbind
run_rc_command "$1"