Date: Sun, 6 Dec 2015 09:43:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403094 - head Message-ID: <201512060943.tB69htgA030618@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512060943.tB69htgA030618>