blob: 6003e2a9841cfda78f145a7d48c2b21a0fc5d8c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{ 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
}
]
|