aboutsummaryrefslogblamecommitdiff
path: root/etc/rc.d/ipxrouted
blob: dcca91df9746d3b357de5a0dee72fa640eda90da (plain) (tree)
1
2
3
4
5
6
7
8
9







                    
                 



                
                        




                               
#!/bin/sh
#
# $FreeBSD$
#

# PROVIDE: ipxrouted
# REQUIRE: SERVERS
# BEFORE: DAEMON
# KEYWORD: nojail

. /etc/rc.subr

name="ipxrouted"
rcvar="ipxrouted_enable"
command="/usr/sbin/IPXrouted"
command_args="> /dev/null 2>&1"

load_rc_config $name
run_rc_command "$1"