diff options
author | Stewart Honsberger <blkdeath@gentoo.org> | 2004-03-26 09:48:57 +0000 |
---|---|---|
committer | Stewart Honsberger <blkdeath@gentoo.org> | 2004-03-26 09:48:57 +0000 |
commit | 6e88621f8e756bbd32c12813737419b3e0d3cad2 (patch) | |
tree | ac11867f1d7e8ea0f88c363da509f03d924660cd /net-dns/bind | |
parent | work around portage dep issue (bug #45688) (Manifest recommit) (diff) | |
download | gentoo-2-6e88621f8e756bbd32c12813737419b3e0d3cad2.tar.gz gentoo-2-6e88621f8e756bbd32c12813737419b3e0d3cad2.tar.bz2 gentoo-2-6e88621f8e756bbd32c12813737419b3e0d3cad2.zip |
Re: Bug #45713; typo corrections
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/files/named.conf-r1 | 6 | ||||
-rw-r--r-- | net-dns/bind/files/named.conf-r2 | 6 | ||||
-rw-r--r-- | net-dns/bind/files/named.conf-r3 | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-dns/bind/files/named.conf-r1 b/net-dns/bind/files/named.conf-r1 index 9b7b2a91fdc6..39b53105373b 100644 --- a/net-dns/bind/files/named.conf-r1 +++ b/net-dns/bind/files/named.conf-r1 @@ -2,11 +2,11 @@ options { directory "/var/bind"; // uncomment the following lines to turn on DNS forwarding, - // and change the forwarind ip address(es) : + // and change the forwarding ip address(es) : //forward first; //forwarders { - // 123.123.123.123 - // 123,123.123.123; + // 123.123.123.123; + // 123.123.123.123; //}; listen-on-v6 { none; }; diff --git a/net-dns/bind/files/named.conf-r2 b/net-dns/bind/files/named.conf-r2 index 8c62ee9613de..f9ae4cc98814 100644 --- a/net-dns/bind/files/named.conf-r2 +++ b/net-dns/bind/files/named.conf-r2 @@ -2,11 +2,11 @@ options { directory "/var/bind"; // uncomment the following lines to turn on DNS forwarding, - // and change the forwarind ip address(es) : + // and change the forwarding ip address(es) : //forward first; //forwarders { - // 123.123.123.123 - // 123,123.123.123; + // 123.123.123.123; + // 123.123.123.123; //}; listen-on-v6 { none; }; diff --git a/net-dns/bind/files/named.conf-r3 b/net-dns/bind/files/named.conf-r3 index 7d639b9e09fc..d58c61bde0cd 100644 --- a/net-dns/bind/files/named.conf-r3 +++ b/net-dns/bind/files/named.conf-r3 @@ -2,7 +2,7 @@ options { directory "/var/bind"; // uncomment the following lines to turn on DNS forwarding, - // and change the forwarind ip address(es) : + // and change the forwarding ip address(es) : //forward first; //forwarders { // 123.123.123.123; |