NetBSD/etc/rc.d/rpcbind

17 lines
262 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
2000-06-03 04:17:17 +04:00
# $NetBSD: rpcbind,v 1.2 2000/06/03 00:17:17 fvdl Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: rpcbind
2000-03-10 14:53:23 +03:00
# REQUIRE: network ntpdate syslogd named ppp
. /etc/rc.subr
. /etc/rc.conf
2000-03-10 14:53:23 +03:00
name="rpcbind"
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
run_rc_command "$1"