]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/rc.d/ipxrouted
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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"