[BACK]Return to amd CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / rc.d

File: [cvs.NetBSD.org] / src / etc / rc.d / amd (download)

Revision 1.13.10.1.4.1, Sat Mar 1 19:30:37 2008 UTC (16 years, 1 month ago) by bouyer
Branch: netbsd-4-0
CVS Tags: netbsd-4-0-1-RELEASE
Changes since 1.13.10.1: +0 -1 lines

Pull up following revision(s) (requested by tron in ticket #1091):
	etc/rc.d/amd: revision 1.15
Don't try to shutdown amd(8) gracefully. It seems to cause problems for
more people than the old (also broken) behavior. This fixes PR bin/36506
and PR bin/38103.

#!/bin/sh
#
# $NetBSD: amd,v 1.13.10.1.4.1 2008/03/01 19:30:37 bouyer Exp $
#

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

$_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"