#!/bin/sh # # $FreeBSD: src/etc/rc.d/ipxrouted,v 1.1 2002/06/13 22:14:36 gordon Exp $ # $DragonFly: src/etc/rc.d/ipxrouted,v 1.2 2004/01/26 17:21:15 rob Exp $ # # PROVIDE: ipxrouted # REQUIRE: SERVERS # BEFORE: DAEMON # KEYWORD: DragonFly . /etc/rc.subr name="ipxrouted" rcvar=`set_rcvar` command="/usr/sbin/IPXrouted" command_args="> /dev/null 2>&1" load_rc_config $name run_rc_command "$1"