aboutsummaryrefslogtreecommitdiff
path: root/sysutils/anacron
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-05-21 14:46:56 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-05-21 14:46:56 +0000
commitda5f588584b367e8bbae177e8a48e76a5d16e858 (patch)
tree2ac10e88f1c6a52a0523adb395f85cb9d1cc6969 /sysutils/anacron
parent5a2e2fba68ff5187cb085fbfd8d6fc070d1394f0 (diff)
downloadports-da5f588584b367e8bbae177e8a48e76a5d16e858.tar.gz
ports-da5f588584b367e8bbae177e8a48e76a5d16e858.zip
Improve configuration hints.
PR: ports/142275 Submitted by: Kenyon Ralph <kenyon@kenyonralph.com> Patch by: submitter, maintainer
Notes
Notes: svn path=/head/; revision=254732
Diffstat (limited to 'sysutils/anacron')
-rw-r--r--sysutils/anacron/files/pkg-message.in2
-rw-r--r--sysutils/anacron/pkg-descr2
2 files changed, 3 insertions, 1 deletions
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