freebsd-ports/sysutils/fcron/files/pkg-message.in
Jean-Yves Lefort e6ee415d32 - Update to 3.0.0
- Pass maintainership to submitter

PR:		ports/85817
Submitted by:	Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
2005-10-04 17:54:23 +00:00

14 lines
482 B
Text

===============================================================================
To enable fcron, and disable the default system cron, add the following lines
to your /etc/rc.conf:
fcron_enable="YES"
cron_enable="NO"
and move any jobs in /etc/crontab to the root fcrontab(5) file. See:
%%EXAMPLESDIR%%
for a translation of the default FreeBSD /etc/crontab, and for sample PAM
configuration files.
===============================================================================