diff options
author | adamw <adamw@FreeBSD.org> | 2012-11-03 07:41:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2012-11-03 07:41:17 +0800 |
commit | 58b1b9e5dff81b95ef8d39f409d6ac14ca18b052 (patch) | |
tree | 6c348d9f4bafe04d9b79c2cfe7f3d28efb1ca872 /UPDATING | |
parent | 8a5543d17c931c583c260eb1731717f50e94c556 (diff) | |
download | freebsd-ports-gnome-58b1b9e5dff81b95ef8d39f409d6ac14ca18b052.tar.gz freebsd-ports-gnome-58b1b9e5dff81b95ef8d39f409d6ac14ca18b052.tar.zst freebsd-ports-gnome-58b1b9e5dff81b95ef8d39f409d6ac14ca18b052.zip |
Document the new incantation for the bash completion library v2.0.
Feature safe: yes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. +20121102: + AFFECTS: users of shells/bash-completion + AUTHOR: adamw@FreeBSD.org + + The bash completion library has been updated to 2.0, and the mechanism + for activating the library has changed. To use the library, you must: + + source /usr/local/share/bash-completion/bash_completion.sh + + from your .bashrc file. See the pkg-message or README for a more + graceful invocation. + 20121101: AFFECTS: users of graphics/tesseract AUTHOR: bf@FreeBSD.org |