aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-04-29 03:11:32 +0800
committercrees <crees@FreeBSD.org>2013-04-29 03:11:32 +0800
commit7a2d41eb20684123f01fb37f8af0b0c0bdfd1f26 (patch)
tree9af5735e0af029e2d455b99998ae84f50e70e340 /UPDATING
parentd27b776ff771706dddcbf7540d80376d3d8c7bbb (diff)
downloadfreebsd-ports-gnome-7a2d41eb20684123f01fb37f8af0b0c0bdfd1f26.tar.gz
freebsd-ports-gnome-7a2d41eb20684123f01fb37f8af0b0c0bdfd1f26.tar.zst
freebsd-ports-gnome-7a2d41eb20684123f01fb37f8af0b0c0bdfd1f26.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