For the mass rc.d changes, add a command line to make the update easier

This commit is contained in:
Doug Barton 2012-01-14 23:19:10 +00:00
parent d0766f8d45
commit 5d48232408
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230122

View File

@ -28,6 +28,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
port installed with a script in /usr/local/etc/rc.d you can either port installed with a script in /usr/local/etc/rc.d you can either
hand-edit the rcvar= line, or reinstall the port. hand-edit the rcvar= line, or reinstall the port.
An easy way to handle the mass-update of /etc/rc.d:
rm /etc/rc.d/* && mergemaster -i
20120109: 20120109:
panic(9) now stops other CPUs in the SMP systems, disables interrupts panic(9) now stops other CPUs in the SMP systems, disables interrupts
on the current CPU and prevents other threads from running. on the current CPU and prevents other threads from running.