#!/bin/sh
#
# $NetBSD: rpcbind,v 1.3.2.1 2000/08/09 19:09:45 lukem Exp $
#

# PROVIDE: rpcbind
# REQUIRE: NETWORK ntpdate syslogd named ppp

. /etc/rc.subr

name="rpcbind"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"

load_rc_config $name
run_rc_command "$1"
