Author: dougb
Date: Sat Jan 14 09:32:58 2012
New Revision: 230105
URL: http://svn.freebsd.org/changeset/base/230105

Log:
  Add an entry detailing the removal of set_rcvar() from /etc/rc.subr
  
  Requested by:   Garrett Cooper <yaneg...@gmail.com>

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING       Sat Jan 14 09:10:20 2012        (r230104)
+++ head/UPDATING       Sat Jan 14 09:32:58 2012        (r230105)
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
        machines to maximize performance.  (To disable malloc debugging, run
        ln -s aj /etc/malloc.conf.)
 
+20120114:
+       The set_rcvar() function has been removed from /etc/rc.subr.  All
+       base and ports rc.d scripts have been updated, so if you have a
+       port installed with a script in /usr/local/etc/rc.d you can either
+       hand-edit the rcvar= line, or reinstall the port.
+
 20120109:
        panic(9) now stops other CPUs in the SMP systems, disables interrupts
        on the current CPU and prevents other threads from running.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to