From 6796b38034bf95919a8d4df45944c27907e28382 Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 24 Jun 2016 14:13:28 +0000 Subject: 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 --- UPDATING | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 0bbfb2777be..0616d5c9adb 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 -- cgit