We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3bd4d commit 21c9593Copy full SHA for 21c9593
docs/INSTALL_CENTOS_5.4_dovecot_bind.txt
@@ -132,6 +132,7 @@ ln -s ../../ chroot
132
cp /usr/share/doc/bind-9.3.6/sample/var/named/named.local /var/named/chroot/var/named/named.local
133
cp /usr/share/doc/bind-9.3.6/sample/var/named/named.root /var/named/chroot/var/named/named.root
134
touch /var/named/chroot/etc/named.conf
135
+touch /var/named/chroot/etc/named.conf.local
136
137
vi /var/named/chroot/etc/named.conf
138
@@ -171,7 +172,6 @@ zone "." IN {
171
172
include "/var/named/chroot/etc/named.conf.local";
173
--------------------------------------------------------------------------------------------------
174
-
175
chkconfig --levels 235 named on
176
/etc/init.d/named start
177
0 commit comments