1 1.1 lukem #!/bin/sh 2 1.1 lukem # 3 1.2 lukem # $NetBSD: cron,v 1.2 2000/03/13 04:03:55 lukem Exp $ 4 1.1 lukem # 5 1.1 lukem 6 1.1 lukem # PROVIDE: cron 7 1.2 lukem # REQUIRE: LOGIN 8 1.1 lukem 9 1.1 lukem . /etc/rc.subr 10 1.1 lukem . /etc/rc.conf 11 1.1 lukem 12 1.1 lukem name="cron" 13 1.1 lukem command="/usr/sbin/${name}" 14 1.1 lukem pidfile="/var/run/${name}.pid" 15 1.1 lukem 16 1.1 lukem run_rc_command "$1" 17