]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/rc.d/rpcbind
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / etc / rc.d / rpcbind
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: rpcbind
7 # REQUIRE: NETWORKING ntpdate syslogd
8 # KEYWORD: shutdown
9
10 . /etc/rc.subr
11
12 name="rpcbind"
13 rcvar="rpcbind_enable"
14 command="/usr/sbin/${name}"
15
16 stop_postcmd='/bin/rm -f /var/run/rpcbind.*'
17
18 load_rc_config $name
19 run_rc_command "$1"