Lines Matching full:etc
146 +// If you are just adding zones, please do that in /etc/bind/named.conf.local
148 +include "/etc/bind/named.conf.options";
153 + file "/etc/bind/db.root";
161 + file "/etc/bind/db.local";
166 + file "/etc/bind/db.127";
171 + file "/etc/bind/db.0";
176 + file "/etc/bind/db.255";
192 +include "/etc/bind/named.conf.local";
203 +//include "/etc/bind/zones.rfc1918";
237 +zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
239 +zone "16.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
240 +zone "17.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
241 +zone "18.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
242 +zone "19.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
243 +zone "20.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
244 +zone "21.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
245 +zone "22.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
246 +zone "23.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
247 +zone "24.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
248 +zone "25.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
249 +zone "26.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
250 +zone "27.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
251 +zone "28.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
252 +zone "29.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
253 +zone "30.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
254 +zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
256 +zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
266 +# Don't modify this line, change or create /etc/default/bind9.
269 +test -f /etc/default/bind9 && . /etc/default/bind9
278 + if [ ! -f /etc/bind/rndc.key ]; then
280 + chmod 0640 /etc/bind/rndc.key
325 + echo "Usage: /etc/init.d/bind {start|stop|reload|restart|force-reload}" >&2