[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.5.2.1, Mon Oct 2 01:09:49 2000 UTC (23 years, 6 months ago) by lukem
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Changes since 1.5: +2 -1 lines

pull up rev 1.6 (approved by thorpej):
	- always use $rcvar to determine the name of the var to checkyesno
	- fix force*

#!/bin/sh
#
# $NetBSD: amd,v 1.5.2.1 2000/10/02 01:09:49 lukem 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' `sed s/#.*$// <'$amd_master'` >/var/run/amd.pid'
required_files="$amd_master"
required_dirs="$amd_dir"
required_vars="rpcbind"

run_rc_command "$1"