svn commit: r316743 - head

Chris Rees crees at FreeBSD.org
Sun Apr 28 19:11:32 UTC 2013


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


More information about the svn-ports-head mailing list