]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Fri, 10 Jun 2016 23:45:19 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 10 Jun 2016 23:45:19 +0000 (23:45 +0000)
bin/tests/system/addzone/ns2/named1.conf

index 0b24f80b2a1a51382ab539758a546d70f022b977..3a257be048b0197fa14a246118063eb1a2fd9053 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010, 2016  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -23,8 +23,8 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
-        allow-query { any; };
-        recursion no;
+       allow-query { any; };
+       recursion no;
        allow-new-zones yes;
 };