Improve configuration hints.

PR:		ports/142275
Submitted by:	Kenyon Ralph <kenyon@kenyonralph.com>
Patch by:	submitter, maintainer
This commit is contained in:
Stefan Walter 2010-05-21 14:46:56 +00:00
parent 5a2e2fba68
commit da5f588584
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254732
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
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)

View File

@ -8,6 +8,6 @@ Anacron is not an attempt to make cron redundant.
Requirements
- A functioning syslog daemon.
- A functioning /usr/lib/sendmail command. (all MTAs should have that).
- A functioning /usr/sbin/sendmail command. (all MTAs should have that).
WWW: http://sourceforge.net/projects/anacron