make spacing in listen-on-v6 option consistent with other options

This commit is contained in:
Andreas Gustafsson
2000-11-21 23:50:10 +00:00
parent 2de413d956
commit 5a77e9620a
37 changed files with 74 additions and 74 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.3 2000/11/06 08:33:10 marka Exp $ */
/* $Id: named.conf,v 1.4 2000/11/21 23:49:59 gson Exp $ */
key "update.example." {
algorithm "hmac-md5";
@@ -28,7 +28,7 @@ options {
port 5300;
pid-file "named.pid";
listen-on { 10.53.0.1; };
listen-on-v6 {none;};
listen-on-v6 { none; };
recursion yes;
notify yes;
};

View File

@@ -15,14 +15,14 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/09/08 05:40:44 marka Exp $ */
/* $Id: named.conf,v 1.2 2000/11/21 23:50:00 gson Exp $ */
options {
query-source address 10.53.0.2;
port 5300;
pid-file "named.pid";
listen-on { 10.53.0.2; };
listen-on-v6 {none;};
listen-on-v6 { none; };
recursion yes;
notify yes;
};

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/11/10 02:36:38 marka Exp $ */
/* $Id: named.conf,v 1.2 2000/11/21 23:50:01 gson Exp $ */
options {
query-source address 10.53.0.3;
@@ -23,7 +23,7 @@ options {
port 5300;
pid-file "named.pid";
listen-on { 10.53.0.3; };
listen-on-v6 {none;};
listen-on-v6 { none; };
recursion yes;
notify yes;
};