aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-06-24 14:13:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-06-24 14:13:28 +0000
commite260b1b6eed55452578cecee3e138eb92ae61741 (patch)
treeb46028115cd36009bf18a90eda1f6e9beb5ba00d /UPDATING
parentb6a21a5b7d7a3ba3aa4260eb25c8bd2a55f4e15a (diff)
downloadports-e260b1b6eed55452578cecee3e138eb92ae61741.tar.gz
ports-e260b1b6eed55452578cecee3e138eb92ae61741.zip
Switch zsh back to looking for system-wide files under ${PREFIX}/etc,
rather than /etc. Add an option, ETCDIR, to switch it back to /etc. Also includes a couple whitespace cleanups. PORTREVISION bump, and a note in UPDATING. PR: 201866
Notes
Notes: svn path=/head/; revision=417423
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0bbfb2777bec..0616d5c9adb9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20160624
+ AFFECTS: users of shells/zsh
+ AUTHOR: adamw@FreeBSD.org
+
+ zsh now looks for system-wide conf files in ${PREFIX}/etc, instead of
+ /etc. If you have files like zshrc, zshenv, zprofile, zlogin, or zlogout
+ in /etc, either move them to /usr/local/etc or rebuild zsh with the
+ ETCDIR option on.
+
+ Note that this change only affects system-wide conf files, which are not
+ installed or created by a default installation.
+
20160621
AFFECTS: users of www/redmine
AUTHOR: tz@FreeBSD.org