To create a disklabel, the vn0s0 device is now used instead of the raw
[dragonfly/vkernel-mp.git] / etc / rc.d / ipxrouted
blob0814dfb2056bc377605823d79514e30c7bb0352b
1 #!/bin/sh
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 22:47:32 swildner Exp $
7 # PROVIDE: ipxrouted
8 # REQUIRE: SERVERS
9 # BEFORE: DAEMON
11 . /etc/rc.subr
13 name="ipxrouted"
14 rcvar=`set_rcvar`
15 command="/usr/sbin/IPXrouted"
16 command_args="> /dev/null 2>&1"
18 load_rc_config $name
19 run_rc_command "$1"