amd revision 1.1
1#!/bin/sh 2# 3# $NetBSD: amd,v 1.1 2000/03/10 11:53:25 lukem Exp $ 4# 5 6# PROVIDE: amd 7# REQUIRE: nfsiod portmap mountall ypbind 8 9. /etc/rc.subr 10. /etc/rc.conf 11 12name="amd" 13command="/usr/sbin/${name}" 14command_args='-p -a '$amd_dir' `sed s/#.*$// <'$amd_master'` >/var/run/amd.pid' 15required_files="$amd_master" 16required_dirs="$amd_dir" 17required_vars="portmap" 18 19run_rc_command "$1" 20