summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-10-04 20:11:34 +0000
committerdougb <dougb@FreeBSD.org>2004-10-04 20:11:34 +0000
commitc5171b8fc89e8a2d43edcab9bb42370226906d1e (patch)
treee2a1467d79721011197996d346a761e3f63db01d /UPDATING
parentd6b7bd90c2776d9ccd8bb7f33a899bd213aebf85 (diff)
downloadFreeBSD-src-c5171b8fc89e8a2d43edcab9bb42370226906d1e.zip
FreeBSD-src-c5171b8fc89e8a2d43edcab9bb42370226906d1e.tar.gz
Make it more clear that if named is enabled, it will be chrooted by default.
Change to syslogd restart as suggested by des.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 2 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index 818cfca..76f2551 100644
--- a/UPDATING
+++ b/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
OpenPOWER on IntegriCloud