diff options
author | cy <cy@FreeBSD.org> | 2017-10-05 09:56:06 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-10-05 09:56:06 +0800 |
commit | 9d70625fbe234c025bc809a8429b0505c59944c6 (patch) | |
tree | 9f9b2f850463e829c6165c2fc22d201defe815e5 /UPDATING | |
parent | 415caf65504653d58beb5b664aab7d91b9fd1577 (diff) | |
download | freebsd-ports-gnome-9d70625fbe234c025bc809a8429b0505c59944c6.tar.gz freebsd-ports-gnome-9d70625fbe234c025bc809a8429b0505c59944c6.tar.zst freebsd-ports-gnome-9d70625fbe234c025bc809a8429b0505c59944c6.zip |
Make the command rename options default. This avoids a conflict with
net/bsdrcmds by default allowing end-users to install both ports.
Users may deselect the options to use the original command names
however they must also uninstall net/bsdrcmds to avoid the conflict.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ 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. +20171004: + AFFECTS: users of security/krb5-appl + AUTHOR: cy@FreeBSD.org + + Configuration options to rename kerberos ftp, telnet, rlogin, rsh, and + rcp are now default to avoid conflicting with net/bsdrcmds packages + (in poudriere). Deselect the options to use the original command names + and also uninstall net/bsdrcmds to avoid the conflict. + 20171002: AFFECTS: users of x11-wm/cwm AUTHOR: tobik@FreeBSD.org |