svn commit: r403094 - head
Baptiste Daroussin
bapt at FreeBSD.org
Sun Dec 6 09:43:56 UTC 2015
Author: bapt
Date: Sun Dec 6 09:43:55 2015
New Revision: 403094
URL: https://svnweb.freebsd.org/changeset/ports/403094
Log:
Add an entry in UPDATING about the change of the default location where zsh
looks for zshrc/zprofile: ${PREFIX}/etc instead of /etc
Requested by: "Dr. Peter Voigt" <pvoigt at uos.de>
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Sun Dec 6 09:30:17 2015 (r403093)
+++ head/UPDATING Sun Dec 6 09:43:55 2015 (r403094)
@@ -6,6 +6,14 @@ You should get into the habit of checkin
you update your ports collection, before attempting any port upgrades.
20151205:
+ AFFECTS: users of shells/zsh
+ AUTHOR: bapt at FreeBSD.or
+
+ Since version 5.2 zsh is now respecting prefix to look up for its default
+ configurations: zshrc/zprofile. Users having those files in /etc should
+ move them to PREFIX/etc (by default /usr/local/etc)
+
+20151205:
AFFECTS: users of devel/ncurses
AUTHOR: bapt at FreeBSD.org
More information about the svn-ports-all
mailing list