Deleted Added
full compact
UPDATING (135811) UPDATING (135875)
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh
4<imp@village.org>. See end of file for further details. For commonly
5done items, please see the COMMON ITEMS: section later in the file.
6
7Items affecting the ports and packages system can be found in
8/usr/ports/UPDATING. Please read that file before running

--- 9 unchanged lines hidden (view full) ---

18 also substantially impact system performance. If you want to
19 do performance measurement, benchmarking, and optimization,
20 you'll want to turn them off. This includes various WITNESS-
21 related kernel options, INVARIANTS, malloc debugging flags
22 in userland, and various verbose features in the kernel. Many
23 developers choose to disable these features on build machines
24 to maximize performance.
25
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh
4<imp@village.org>. See end of file for further details. For commonly
5done items, please see the COMMON ITEMS: section later in the file.
6
7Items affecting the ports and packages system can be found in
8/usr/ports/UPDATING. Please read that file before running

--- 9 unchanged lines hidden (view full) ---

18 also substantially impact system performance. If you want to
19 do performance measurement, benchmarking, and optimization,
20 you'll want to turn them off. This includes various WITNESS-
21 related kernel options, INVARIANTS, malloc debugging flags
22 in userland, and various verbose features in the kernel. Many
23 developers choose to disable these features on build machines
24 to maximize performance.
25
2620040928:
27 If enabled, the default is now to run named in a chroot
28 "sandbox." For users with existing configurations in
29 /etc/namedb the migration should be simple. Upgrade your
30 world as usual, then after installworld but before
31 mergemaster do the following:
32
33 If named is running: /etc/rc.d/named stop
34 cd /etc
35 mv namedb namedb.bak
36 mkdir -p /var/named/etc/namedb
37 cp -Rp namedb.bak/* /var/named/etc/namedb/
38 mergemaster (with your usual options)
39 If using the generated localhost* files:
40 cd /var/named/etc/namedb
41 /bin/sh make-localhost
42 rm -f localhost-v6.rev localhost.rev
43 /etc/rc.d/named start
44
45 If you are using a custom configuration, or if you have
46 customised the named_* variables in /etc/rc.conf[.local]
47 then you may have to adjust the instructions accordingly.
48 It is suggested that you carefully examine the new named
49 variables in /etc/defaults/rc.conf and the options in
50 /var/named/etc/namedb/named.conf to see if they might
51 now be more suitable.
52
2620040925:
27 BIND 9 has been imported into the base, and is now fully
28 functional. BIND 8 has now been removed. There are numerous
29 differences between BIND 8 and 9, and users with critical
30 named installations should read the migration documentation
31 in /usr/share/doc/bind9/misc/migration. There is also a
32 new instruction manual in /usr/share/doc/bind9/arm.
33

--- 1842 unchanged lines hidden (view full) ---

1876POSSIBILITY OF SUCH DAMAGE.
1877
1878If you find this document useful, and you want to, you may buy the
1879author a beer.
1880
1881Contact Warner Losh if you have any questions about your use of
1882this document.
1883
5320040925:
54 BIND 9 has been imported into the base, and is now fully
55 functional. BIND 8 has now been removed. There are numerous
56 differences between BIND 8 and 9, and users with critical
57 named installations should read the migration documentation
58 in /usr/share/doc/bind9/misc/migration. There is also a
59 new instruction manual in /usr/share/doc/bind9/arm.
60

--- 1842 unchanged lines hidden (view full) ---

1903POSSIBILITY OF SUCH DAMAGE.
1904
1905If you find this document useful, and you want to, you may buy the
1906author a beer.
1907
1908Contact Warner Losh if you have any questions about your use of
1909this document.
1910
1884$FreeBSD: head/UPDATING 135811 2004-09-26 07:50:23Z dougb $
1911$FreeBSD: head/UPDATING 135875 2004-09-28 09:46:00Z dougb $