mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
18 lines
365 B
Text
18 lines
365 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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.
|
|
EOM
|
|
}
|
|
]
|