summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-05-16 07:47:22 +0000
committerWarner Losh <imp@FreeBSD.org>2000-05-16 07:47:22 +0000
commitb468d8d5b46554223d54565e6eb0d014035e9d21 (patch)
treeb87977c0aa9cfaeb8f3f892c4a6cb696f212aff5
parent3aa0904c7bc36cc93c73c38b418828189ece53c0 (diff)
Notes
-rw-r--r--UPDATING8
1 files changed, 5 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index b544eb08ea6f..3edf82f102b1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -55,14 +55,16 @@ COMMON ITEMS:
make buildworld
cd sbin/mknod
make install
- cd sys/modules
+ cd ../../sys/modules
make install
<follow directions to build/install a kernel>
<follow rebuild disk /dev entries above> [*]
reboot
<in single user>
cd /usr/src
- make -DNOINFO installworld
+ cd gnu/usr.bin/texinfo/install-info
+ make install
+ cd ../../../..
make installworld
mergemaster [****]
reboot
@@ -79,7 +81,7 @@ COMMON ITEMS:
couple of months, be sure they have all the components listed
in /usr/share/examples/cvsup. Crypto and secure are now
required.
- [***] This step is optional, but is generally a good idea. If
+ [****] This step is optional, but is generally a good idea. If
you wish to use many of the new features in 4.0, you must do
this anyway.