]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/mrouted
This commit was generated by cvs2svn to compensate for changes in r171537,
[FreeBSD/FreeBSD.git] / etc / rc.d / mrouted
1 #!/bin/sh
2 #
3 # $NetBSD: mrouted,v 1.6 2002/03/22 04:33:59 thorpej Exp $
4 # $FreeBSD$
5 #
6
7 # PROVIDE: mrouted
8 # REQUIRE: netif routing cleanvar
9 # KEYWORD: nojail
10
11 . /etc/rc.subr
12
13 name="mrouted"
14 rcvar=`set_rcvar`
15 command="/usr/local/sbin/${name}"
16 pidfile="/var/run/${name}.pid"
17 required_files="/etc/${name}.conf"
18 extra_commands="reload"
19
20 load_rc_config $name
21 run_rc_command "$1"