#
# Only dry-run cron job until we know it is safe to run on an installed
# system [pere 2003-08-30]
# Disable until it no longer run in "installation" mode. [pere 2003-09-01]
#9 4	* * *	root	if [ -x /usr/bin/cfengine-debian-edu ]; then /usr/bin/cfengine-debian-edu -n; fi
#
# Check file-max every five minute, and increase it if we are close to
# running out of resources. [pere 2003-08-30]
#
*/5 * * * * root if [ -x /usr/bin/filehandle_ctl.sh ] ; then /usr/bin/filehandle_ctl.sh ; fi
