aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-04-28 19:11:32 +0000
committerChris Rees <crees@FreeBSD.org>2013-04-28 19:11:32 +0000
commitf3184698839707db08f51b1529956b01b49932cf (patch)
tree9af5735e0af029e2d455b99998ae84f50e70e340 /UPDATING
parentcb413e82b3a34e4d017ef013d7e38e885dd746f0 (diff)
downloadports-f3184698839707db08f51b1529956b01b49932cf.tar.gz
ports-f3184698839707db08f51b1529956b01b49932cf.zip
Add warning for sudo users that removing gettext will lock them out!
Notes
Notes: svn path=/head/; revision=316743
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 73ef1522da89..e23ab0d0ce7c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -198,6 +198,9 @@ you update your ports collection, before attempting any port upgrades.
If you are using pkgng 'and' upgrading from source with portupgrade or
portmaster, first delete gettext, upgrade libiconv, then reinstall gettext.
+ This will break sudo, so you *must* do this in a root shell (sudo -i)
+ if you use sudo.
+
# pkg delete -f devel/gettext
# portmaster converters/libiconv devel/gettext
or