Switch to OpenNTPD by default. For the moment, the documentation is
[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.2 2004/01/26 17:21:15 rob Exp $
5 #
6
7 # PROVIDE: ipxrouted
8 # REQUIRE: SERVERS
9 # BEFORE: DAEMON
10 # KEYWORD: DragonFly
11
12 . /etc/rc.subr
13
14 name="ipxrouted"
15 rcvar=`set_rcvar`
16 command="/usr/sbin/IPXrouted"
17 command_args="> /dev/null 2>&1"
18
19 load_rc_config $name
20 run_rc_command "$1"