[BACK]Return to cron CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / rc.d

Annotation of src/etc/rc.d/cron, Revision 1.6

1.1       lukem       1: #!/bin/sh
                      2: #
1.6     ! mycroft     3: # $NetBSD: cron,v 1.5 2000/09/19 13:04:38 lukem Exp $
1.1       lukem       4: #
                      5:
                      6: # PROVIDE: cron
1.2       lukem       7: # REQUIRE: LOGIN
1.4       lukem       8: # KEYWORD: shutdown
1.1       lukem       9:
1.6     ! mycroft    10: $_rc_subr_loaded . /etc/rc.subr
1.1       lukem      11:
                     12: name="cron"
1.5       lukem      13: rcvar=$name
1.1       lukem      14: command="/usr/sbin/${name}"
                     15: pidfile="/var/run/${name}.pid"
                     16:
1.3       lukem      17: load_rc_config $name
1.1       lukem      18: run_rc_command "$1"

CVSweb <webmaster@jp.NetBSD.org>