Make it more clear that if named is enabled, it will be chrooted by default.
Change to syslogd restart as suggested by des.
This commit is contained in:
parent
d6b7bd90c2
commit
c5171b8fc8
5
UPDATING
5
UPDATING
@ -54,13 +54,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
|
||||
and pf.
|
||||
|
||||
20040928:
|
||||
If enabled, the default is now to run named in a chroot
|
||||
If named is enabled, the default is now to run it in a chroot
|
||||
"sandbox." For users with existing configurations in
|
||||
/etc/namedb the migration should be simple. Upgrade your
|
||||
world as usual, then after installworld but before
|
||||
mergemaster do the following:
|
||||
|
||||
/etc/rc.d/syslogd stop
|
||||
If named is running: /etc/rc.d/named stop
|
||||
cd /etc
|
||||
mv namedb namedb.bak
|
||||
@ -71,7 +70,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
|
||||
cd /var/named/etc/namedb
|
||||
/bin/sh make-localhost
|
||||
rm -f localhost-v6.rev localhost.rev
|
||||
/etc/rc.d/syslogd start
|
||||
/etc/rc.d/syslogd restart
|
||||
/etc/rc.d/named start
|
||||
|
||||
If you are using a custom configuration, or if you have
|
||||
|
Loading…
Reference in New Issue
Block a user