]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - etc/rc.d/mrouted
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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"