Switch to OpenNTPD by default. For the moment, the documentation is
[dragonfly.git] / etc / rc.d / cron
1 #!/bin/sh
2 #
3 # $NetBSD: cron,v 1.5 2000/09/19 13:04:38 lukem Exp $
4 # $FreeBSD: src/etc/rc.d/cron,v 1.3 2003/05/05 15:38:41 mtm Exp $
5 # $DragonFly: src/etc/rc.d/cron,v 1.2 2004/01/26 17:21:15 rob Exp $
6 #
7
8 # PROVIDE: cron
9 # REQUIRE: LOGIN
10 # BEFORE: securelevel
11 # KEYWORD: DragonFly  shutdown
12
13 . /etc/rc.subr
14
15 name="cron"
16 rcvar="`set_rcvar`"
17 command="/usr/sbin/${name}"
18 pidfile="/var/run/${name}.pid"
19
20 load_rc_config $name
21 run_rc_command "$1"