aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-06-24 22:13:28 +0800
committeradamw <adamw@FreeBSD.org>2016-06-24 22:13:28 +0800
commit6796b38034bf95919a8d4df45944c27907e28382 (patch)
treeb46028115cd36009bf18a90eda1f6e9beb5ba00d /UPDATING
parentdebf8f59a45af4ae44c44886fa085a54cff00745 (diff)
downloadfreebsd-ports-gnome-6796b38034bf95919a8d4df45944c27907e28382.tar.gz
freebsd-ports-gnome-6796b38034bf95919a8d4df45944c27907e28382.tar.zst
freebsd-ports-gnome-6796b38034bf95919a8d4df45944c27907e28382.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
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