]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/rc.d/ipxrouted
- Reset stable/10 back to -PRERELEASE status now that releng/10.4
[FreeBSD/stable/10.git] / etc / rc.d / ipxrouted
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: ipxrouted
7 # REQUIRE: SERVERS
8 # BEFORE: DAEMON
9 # KEYWORD: nojail
10
11 . /etc/rc.subr
12
13 name="ipxrouted"
14 rcvar="ipxrouted_enable"
15 command="/usr/sbin/IPXrouted"
16 command_args="> /dev/null 2>&1"
17
18 load_rc_config $name
19 run_rc_command "$1"