#!/bin/sh
[ ! -f /etc/crontabs/dcc ] && \
	echo '@daily /var/dcc/libexec/cron-dccd' | crontab -u dcc -

exit 0
