]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/rc.d/mrouted
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / etc / rc.d / mrouted
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: mrouted
7 # REQUIRE: netif routing FILESYSTEMS
8 # KEYWORD: nojail
9
10 . /etc/rc.subr
11
12 name="mrouted"
13 rcvar="mrouted_enable"
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"