ports/142275: [patch] sysutils/anacron should have better configuration hints
Derik van Zuetphen
dz at 426.ch
Thu Jan 28 07:30:13 UTC 2010
The following reply was made to PR ports/142275; it has been noted by GNATS.
From: Derik van Zuetphen <dz at 426.ch>
To: bug-followup at FreeBSD.org, kenyon at kenyonralph.com
Cc:
Subject: Re: ports/142275: [patch] sysutils/anacron should have better configuration
hints
Date: Thu, 28 Jan 2010 08:08:47 +0100
Dear committer,
please apply the following patch:
diff -urN ../releases/anacron-2.3-4-20090822/files/pkg-message.in
anacron/files/pkg-message.in
--- ../releases/anacron-2.3-4-20090822/files/pkg-message.in 2005-06-16
17:51:38.000000000 +0200
+++ anacron/files/pkg-message.in 2010-01-21 16:09:33.000000000 +0100
@@ -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 -urN ../releases/anacron-2.3-4-20090822/pkg-descr anacron/pkg-descr
--- ../releases/anacron-2.3-4-20090822/pkg-descr 2003-10-04
02:29:47.000000000 +0200
+++ anacron/pkg-descr 2010-01-28 07:44:47.000000000 +0100
@@ -8,6 +8,6 @@
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
More information about the freebsd-ports-bugs
mailing list