2000-03-10 14:53:23 +03:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2000-09-19 17:04:38 +04:00
|
|
|
# $NetBSD: rpcbind,v 1.5 2000/09/19 13:04:39 lukem Exp $
|
2000-03-10 14:53:23 +03:00
|
|
|
#
|
|
|
|
|
2000-06-03 02:54:08 +04:00
|
|
|
# PROVIDE: rpcbind
|
2000-07-26 04:11:48 +04:00
|
|
|
# REQUIRE: NETWORK ntpdate syslogd named ppp
|
2000-03-10 14:53:23 +03:00
|
|
|
|
|
|
|
. /etc/rc.subr
|
|
|
|
|
2000-06-03 02:54:08 +04:00
|
|
|
name="rpcbind"
|
2000-09-19 17:04:38 +04:00
|
|
|
rcvar=$name
|
2000-03-10 14:53:23 +03:00
|
|
|
command="/usr/sbin/${name}"
|
2000-06-03 04:17:17 +04:00
|
|
|
pidfile="/var/run/${name}.pid"
|
2000-03-10 14:53:23 +03:00
|
|
|
|
2000-06-09 18:14:44 +04:00
|
|
|
load_rc_config $name
|
2000-03-10 14:53:23 +03:00
|
|
|
run_rc_command "$1"
|