#!/bin/sh
#RC:RUNINRC
#RC:AFTER daemons
#RC:BEFORE architecture

if [ "X${cron_enable}" != X"NO" ]; then
	echo -n ' cron';	cron
fi
