]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - etc/rc.d/mrouted
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / etc / rc.d / mrouted
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: mrouted
7 # REQUIRE: netif routing cleanvar
8 # KEYWORD: nojail
9
10 . /etc/rc.subr
11
12 name="mrouted"
13 rcvar=`set_rcvar`
14 command="/usr/local/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf"
17 extra_commands="reload"
18
19 load_rc_config $name
20 run_rc_command "$1"