Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2013 19:11:32 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316743 - head
Message-ID:  <201304281911.r3SJBWIW030460@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Apr 28 19:11:32 2013
New Revision: 316743
URL: http://svnweb.freebsd.org/changeset/ports/316743

Log:
  Add warning for sudo users that removing gettext will lock them out!

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Apr 28 18:55:45 2013	(r316742)
+++ head/UPDATING	Sun Apr 28 19:11:32 2013	(r316743)
@@ -198,6 +198,9 @@ you update your ports collection, before
   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304281911.r3SJBWIW030460>