freebsd-ports/sysutils/anacron/files/pkg-message.in
Stefan Walter da5f588584 Improve configuration hints.
PR:		ports/142275
Submitted by:	Kenyon Ralph <kenyon@kenyonralph.com>
Patch by:	submitter, maintainer
2010-05-21 14:46:56 +00:00

9 lines
285 B
Text

Configuration hints:
- Edit %%PREFIX%%/etc/anacrontab
- Deactivate the 'periodic' commands in /etc/crontab
- Add a call to anacron to /etc/crontab, like
0 0 * * * root %%PREFIX%%/sbin/anacron
- Add anacron_enable="YES" to /etc/rc.conf
- Read anacron(8) and anacrontab(5)