summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-28 13:44:41 +0000
committerdougb <dougb@FreeBSD.org>2004-09-28 13:44:41 +0000
commit84038e9ef8cd9e66d0f1201218e2141118dd9945 (patch)
tree003d14c7e4a3b22e60c061df313204c308ca20d5 /UPDATING
parentfb7e95019ce55e624f1b131f920257870df56f22 (diff)
downloadFreeBSD-src-84038e9ef8cd9e66d0f1201218e2141118dd9945.zip
FreeBSD-src-84038e9ef8cd9e66d0f1201218e2141118dd9945.tar.gz
Amend the named chroot update instructions by adding a stop and start
of syslogd. The rc.d/syslogd script has the logic already to create a socket in the chroot dir, it just needs to be restarted. Reminded by: matusita
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3aa2b81..ed87094 100644
--- a/UPDATING
+++ b/UPDATING
@@ -30,6 +30,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
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
@@ -40,6 +41,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/named start
If you are using a custom configuration, or if you have
OpenPOWER on IntegriCloud