修正

To upgrade in-place from 4.x-stable to current5.x
                                                                                          • -
# 5.x uses more space than 4.x. Also, the location of kernel # modules has changed. If you are installing 5.0x onto a 4.x # system, you'll need about 30MB of free disk space on your / # partition. If you have less than this, you may encounter difficult
mergemaster -p						[9]
rm -rf /usr/include/g++
rm -f /sbin/mountd
make installworld					[11]
mergemaster -i						[12]

commit log

  • In upgrade from 4.x paragraph prefer "5.x" instead of "-current". 5.x isn't CURRENT anymore.
  • In upgrade from 4.x paragraph notice that it is important to delete /sbin/mountd, otherwise it will be started instead of /usr/bin/mountd.

$FreeBSD: src/UPDATING,v 1.342.2.33 2005/12/19 14:53:30 glebius Exp $