~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to update/1.4.02/maradns-1.4.01-coding_style_doc.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- maradns-1.4.01/doc/en/text/Makefile 2007-10-19 08:54:14.000000000 -0500
 
2
+++ maradns-1.4.02/doc/en/text/Makefile 2009-12-28 16:12:55.000000000 -0600
 
3
@@ -101,6 +101,6 @@
 
4
        ../../../tools/ej/ej2txt ../source/troubleshoot.ej > troubleshoot.txt
 
5
 
 
6
 coding_style.txt: ../source/coding_style.ej
 
7
-       ../../../tools/ej/ej2html ../source/coding_style.ej > \
 
8
+       ../../../tools/ej/ej2txt ../source/coding_style.ej > \
 
9
            coding_style.txt
 
10
 
 
11
--- maradns-1.4.01/doc/en/source/coding_style.ej        2007-10-19 08:54:14.000000000 -0500
 
12
+++ maradns-1.4.02/doc/en/source/coding_style.ej        2009-12-28 16:18:06.000000000 -0600
 
13
@@ -4,7 +4,7 @@
 
14
 
 
15
 </HEAD><BODY>
 
16
 
 
17
-<!-- Copyright 2007 Sam Trenholme
 
18
+<!-- Copyright 2007,2009 Sam Trenholme
 
19
 
 
20
     TERMS
 
21
 
 
22
@@ -95,13 +95,13 @@
 
23
 I went to a good deal of effort to make sure over 99% of MaraDNS 1.2 
 
24
 zone files work completely unchanged in MaraDNS 1.3, and that a MaraDNS 
 
25
 user can set a single mararc variable, <tt>csv2_tilde_handling</tt> in 
 
26
-order to make MaraDNS 1.3 100% compatible with MaraDNS 1.2 zone files.
 
27
+order to make MaraDNS 1.4 100% compatible with MaraDNS 1.2 zone files.
 
28
 <p>
 
29
 
 
30
-Indeed, MaraDNS 1.3 still supports MaraDNS 1.0 zone files, even though 
 
31
+Indeed, MaraDNS 1.4 still supports MaraDNS 1.0 zone files, even though 
 
32
 I am encouraging people to upgrade to the newer zone file format, and 
 
33
 even though I have a Perl script that converts a MaraDNS 1.0 zone file 
 
34
-in to a MaraDNS 1.2 zone file.
 
35
+in to a MaraDNS 1.2+ zone file.
 
36
 <p>
 
37
 
 
38
 I have sometimes sometimes made old configuration files not compatible 
 
39
@@ -137,6 +137,12 @@
 
40
 
 
41
 There's also the issue, with French users of MaraDNS, of the French 
 
42
 documentation not being updated since the 1.0 days of MaraDNS.
 
43
+<p>
 
44
+
 
45
+Note that MaraDNS 2.0 will break many configurations, since the same
 
46
+IP will be unable to be both a recursive and authoritative DNS server.
 
47
+This is why I will continue to support MaraDNS 1.4 after when and if
 
48
+MaraDNS 2.0 comes out.
 
49
 
 
50
 <h2>Brace and tab style</h2>
 
51
 
 
52
@@ -169,7 +175,7 @@
 
53
 which is a BSD license as follows:
 
54
 
 
55
 <blockquote>
 
56
-Copyright (c) 2002-2007 Sam Trenholme
 
57
+Copyright (c) 2002-2009 Sam Trenholme and others
 
58
 <p>
 
59
 TERMS
 
60
 <p>