]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/etc/rc.d/rpcbind
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / etc / rc.d / rpcbind
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: rpcbind
7 # REQUIRE: NETWORKING ntpdate syslogd named
8
9 . /etc/rc.subr
10
11 name="rpcbind"
12 rcvar=`set_rcvar`
13 command="/usr/sbin/${name}"
14
15 load_rc_config $name
16 run_rc_command "$1"