route.8: Remove NS remains.
[dragonfly.git] / etc / rc.d / ipxrouted
1 #!/bin/sh
2 #
3 # $FreeBSD: src/etc/rc.d/ipxrouted,v 1.1 2002/06/13 22:14:36 gordon Exp $
4 # $DragonFly: src/etc/rc.d/ipxrouted,v 1.3 2005/11/19 21:47:32 swildner Exp $
5 #
6
7 # PROVIDE: ipxrouted
8 # REQUIRE: SERVERS
9 # BEFORE: DAEMON
10
11 . /etc/rc.subr
12
13 name="ipxrouted"
14 rcvar=`set_rcvar`
15 command="/usr/sbin/IPXrouted"
16 command_args="> /dev/null 2>&1"
17
18 load_rc_config $name
19 run_rc_command "$1"