Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.1104 diff -u -r1.1104 book.sgml --- book.sgml 24 Dec 2008 10:32:40 -0000 1.1104 +++ book.sgml 25 Dec 2008 22:32:14 -0000 @@ -4589,6 +4589,31 @@ + + Do I need to recompile every port each time I + perform a major or minor version update? + + + + By all means! While a recent system will run with + software compiled under an older release, you will end up with + things randomly crashing and failing to work once you start + installing other ports or updating a portion of what you + already have. + + When the system is upgraded, various shared libraries, + loadable modules, and other parts of the system will be + replaced with newer versions. Applications linked against + the older versions may fail to start or, in other cases, + fail to function properly. + + For more information, see the section on major and minor upgrades + in the &os; Handbook. + + + + Why is /bin/sh so minimal? Why does &os; not use bash or another