#!/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.3 2005/11/19 21:47:32 swildner Exp $ # # PROVIDE: ipxrouted # REQUIRE: SERVERS # BEFORE: DAEMON . /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"