From da5f588584b367e8bbae177e8a48e76a5d16e858 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Fri, 21 May 2010 14:46:56 +0000 Subject: [PATCH] Improve configuration hints. PR: ports/142275 Submitted by: Kenyon Ralph Patch by: submitter, maintainer --- sysutils/anacron/files/pkg-message.in | 2 ++ sysutils/anacron/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/anacron/files/pkg-message.in b/sysutils/anacron/files/pkg-message.in index 16d6f823ed86..d18dd839f6ee 100644 --- a/sysutils/anacron/files/pkg-message.in +++ b/sysutils/anacron/files/pkg-message.in @@ -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) diff --git a/sysutils/anacron/pkg-descr b/sysutils/anacron/pkg-descr index 4b68f8b2a25a..70ac475606f4 100644 --- a/sysutils/anacron/pkg-descr +++ b/sysutils/anacron/pkg-descr @@ -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