From f3184698839707db08f51b1529956b01b49932cf Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Sun, 28 Apr 2013 19:11:32 +0000 Subject: Add warning for sudo users that removing gettext will lock them out! --- UPDATING | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPDATING') 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 -- cgit