#! /bin/sh
#
# $NetBSD: anacron.sh,v 1.1.1.1 2004/04/11 11:33:46 jmmv Exp $
#
# PROVIDE: crond
# REQUIRE: LOGIN

if [ -f /etc/rc.subr ]; then
	. /etc/rc.subr
fi

name="crond"
rcvar=$name
command="/2022Q2/sbin/${name}"
#required_files="/2022Q2/etc/anacrontab"
#command_args="-t /2022Q2/etc/anacrontab"

if [ -f /etc/rc.subr ]; then
	load_rc_config $name
	run_rc_command "$1"
else
	echo -n ' ${name}'
	${command} ${crond_flags}
fi
