337338ee00
makes any sense. Discussed with: dougb, brooks MFC after: 3 days
20 lines
258 B
Bash
20 lines
258 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: ipxrouted
|
|
# REQUIRE: SERVERS
|
|
# BEFORE: DAEMON
|
|
# KEYWORD: nojail
|
|
|
|
. /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"
|