aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2013-07-18 20:55:32 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2013-07-18 20:55:32 +0000
commitcd05cb5126170526ba5b5be6045e52744b570daa (patch)
tree87eb451d5f25025e443bc15e009ef7a8c73e5a0d /UPDATING
parentbca949c6dec3848167c6f3101345817194b17677 (diff)
downloadports-cd05cb5126170526ba5b5be6045e52744b570daa.tar.gz
ports-cd05cb5126170526ba5b5be6045e52744b570daa.zip
- Added an option to control installation of the crontab file. The
option defaults to yes during interactive installation, and the crontab file is not installed during non-interactive installation. Requested by: espen@tagestad.no (via email)
Notes
Notes: svn path=/head/; revision=323256
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d6b818a7bb1e..c6e7a27563d7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20130718:
+ AFFECTS: users of security/logcheck
+ AUTHOR: glarkin@FreeBSD.org
+
+ The logcheck port now provides a configuration option controlling
+ installation of the crontab file. When installing the port interactively,
+ the port option is enabled by default to mimic previous behavior.
+
+ When the port is installed non-interactively (BATCH=yes or
+ PACKAGE_BUILDING=yes), the crontab file *will not* be installed
+ automatically. If the EXAMPLES port option is enabled, the crontab file
+ can be installed manually at a later time from EXAMPLESDIR/crontab.in.
+
+20130718:
AFFECTS: users of www/zend-framework
AUTHOR: wg@FreeBSD.org