aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-04-29 03:11:32 +0800
committerChris Rees <crees@FreeBSD.org>2013-04-29 03:11:32 +0800
commitf3184698839707db08f51b1529956b01b49932cf (patch)
tree9af5735e0af029e2d455b99998ae84f50e70e340 /UPDATING
parentcb413e82b3a34e4d017ef013d7e38e885dd746f0 (diff)
downloadfreebsd-ports-gnome-f3184698839707db08f51b1529956b01b49932cf.tar.gz
freebsd-ports-gnome-f3184698839707db08f51b1529956b01b49932cf.tar.zst
freebsd-ports-gnome-f3184698839707db08f51b1529956b01b49932cf.zip
Add warning for sudo users that removing gettext will lock them out!
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