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

« back to all changes in this revision

Viewing changes to update/1.4.02/maradns-1.4.01-debiandoc_update.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/README.Debian        2007-10-19 08:54:14.000000000 -0500
 
2
+++ maradns-1.4.02/README.Debian        2009-12-23 13:43:09.000000000 -0600
 
3
@@ -1,61 +1,71 @@
 
4
-   First of all, I would like to point out that I really appreciate Debian
 
5
-   making a MaraDNS package available.  This package has increased the number
 
6
-   of MaraDNS users, and the Debian developers have given me feedback that
 
7
-   has improved MaraDNS. 
 
8
-
 
9
-   However, because of Debian's policies, their "Stable" version of MaraDNS is
 
10
-   usually an outdated version of MaraDNS containing bugs that I have
 
11
-   since fixed. I do not support these outdated versions of MaraDNS, and
 
12
-   request that Debian users upgrade to the current stable version of MaraDNS
 
13
-   before sending me bug reports or asking for technical support. Here is my
 
14
-   guide for Debian users, telling them how to upgrade the outdated version
 
15
-   of MaraDNS Debian comes with:
 
16
-
 
17
-     * MaraDNS 1.2 has been, since 1.2.12.04, a "bugfix only" branch, and no
 
18
-       new features have been added to this version of MaraDNS.
 
19
-
 
20
-     * It is very easy to update the buggy version of MaraDNS that the 
 
21
-       Debian package comes with an updated MaraDNS.
 
22
-
 
23
-     * First, download the most recent stable version of MaraDNS from the
 
24
-       MaraDNS download page (http://www.maradns.org/download.html) or from
 
25
-       the Sourceforge page (http://sourceforge.net/projects/maradns).
 
26
-
 
27
-     * Next, unpack the MaraDNS tarball. For example, if you downloaded the
 
28
-       file "maradns-1.2.12.08.tar.bz2" (please only download 
 
29
-       MaraDNS-1.2.12.08 if it is the current stable version, which it is at
 
30
-       time of writing this document), type in this command:
 
31
+A note for Debian users
 
32
 
 
33
-         tar xvjf maradns-1.2.12.08.tar.bz2
 
34
+   First of all, I would like to point out that I really appreciate
 
35
+   Debian making a MaraDNS package available. This package has
 
36
+   increased the number of MaraDNS users, and the Debian developers
 
37
+   have given me feedback that has improved MaraDNS.
 
38
+
 
39
+   However, because of Debian's policies, their "Stable" version of
 
40
+   MaraDNS is usually an outdated version of MaraDNS that contains
 
41
+   bugs that I have since fixed. I do not support these outdated
 
42
+   versions of MaraDNS, and request that Debian users upgrade to
 
43
+   the current stable version of MaraDNS before sending the mailing
 
44
+   list bug reports or asking for technical support. Here is my
 
45
+   guide for Debian users, telling them how to upgrade the outdated
 
46
+   version of MaraDNS Debian comes with:
 
47
+
 
48
+     * MaraDNS 1.4 is a "bugfix only" branch, and no new features
 
49
+       have been added to this version of MaraDNS.
 
50
+
 
51
+     * Updating from previous versions of MaraDNS up to MaraDNS 1.4
 
52
+       is trivial and fully documented
 
53
+
 
54
+     * It is very easy to update the buggy version of MaraDNS that
 
55
+       the Debian package comes with an updated MaraDNS.
 
56
+
 
57
+     * First, download the most recent stable version of MaraDNS
 
58
+       from the MaraDNS download page or from the Sourceforge
 
59
+       page.
 
60
+
 
61
+     * Next, unpack the MaraDNS tarball. For example, if you
 
62
+       downloaded the file "maradns-1.4.01.tar.bz2" (please only
 
63
+       download MaraDNS-1.4.01 if it is the current stable version,
 
64
+       which it is at time of writing this document), type in this
 
65
+       command:
 
66
+
 
67
+         tar xvjf maradns-1.4.01.tar.bz2
 
68
+
 
69
+     * Enter the maradns-1.4.version directory, where version is
 
70
+       the bugfix revision number of the most current 1.4 release
 
71
+       of MaraDNS.
 
72
 
 
73
-     * Enter the maradns-1.2.12.{version} directory, where {version} is the
 
74
-       bugfix revision number of the most current 1.2 release of MaraDNS.
 
75
-
 
76
-     * Compile MaraDNS 1.2.12.version with the following commands:
 
77
+     * Compile MaraDNS 1.4version with the following commands:
 
78
 
 
79
          ./configure; make
 
80
 
 
81
-     * If the above fails, you may need to install the "gcc" and "libc6-dev"
 
82
-       packages before being able to compile programs:
 
83
+     * If the above fails, you may need to install the "gcc" and
 
84
+       "libc6-dev" packages before being able to compile programs:
 
85
 
 
86
          sudo apt-get install gcc
 
87
          sudo apt-get install libc6-dev
 
88
 
 
89
-     * Once MaraDNS is compiled, make sure to stop the MaraDNS daemon:
 
90
+     * Once MaraDNS is compiled, make sure to stop the MaraDNS
 
91
+       daemon:
 
92
 
 
93
-         sudo /etc/init.d/maradns stop
 
94
+         /etc/init.d/maradns stop
 
95
 
 
96
-     * Now, replace the outdated MaraDNS program that comes with Debian. From
 
97
-       the maradns-1.2.12.{version} directory, type in the following command:
 
98
+     * Now, replace the outdated MaraDNS program that comes with
 
99
+       Debian. From the maradns-1.4.version directory, type in the
 
100
+       following command:
 
101
 
 
102
          sudo cp server/maradns /usr/sbin/
 
103
 
 
104
      * Restart the MaraDNS daemon:
 
105
 
 
106
-         sudo /etc/init.d/maradns start
 
107
+         /etc/init.d/maradns start
 
108
 
 
109
-   At this point, your MaraDNS daemon is now the fully supported version of
 
110
-   MaraDNS. If you continue to have the bug or concern after upgrading to the
 
111
-   latest 1.2 release, please let us know so we can begin to resolve the
 
112
-   issue.
 
113
+   At this point, your MaraDNS daemon is now the fully supported
 
114
+   version of MaraDNS. If you continue to have the bug or concern
 
115
+   after upgrading to the latest 1.4 release, please let us know on
 
116
+   the mailing list so we can begin to resolve the issue.
 
117
 
 
118
--- maradns-1.4.01/doc/en/webpage/debian.embed  2009-02-13 02:18:31.000000000 -0600
 
119
+++ maradns-1.4.02/doc/en/webpage/debian.embed  2009-12-23 14:42:02.000000000 -0600
 
120
@@ -9,13 +9,17 @@
 
121
 is usually an outdated version of MaraDNS that contains bugs that I
 
122
 have since fixed.  I do not support these outdated versions of MaraDNS,
 
123
 and request that Debian users upgrade to the current stable version of
 
124
-MaraDNS before sending me bug reports or asking for technical support.
 
125
-Here is my guide for Debian users, telling them how to upgrade the
 
126
+MaraDNS before sending the mailing list bug reports or asking for technical 
 
127
+support.  Here is my guide for Debian users, telling them how to upgrade the
 
128
 outdated version of MaraDNS Debian comes with:<ul>
 
129
 
 
130
-<li>   MaraDNS 1.2 has been, since 1.2.12.04, a "bugfix only" branch, 
 
131
+<li>   MaraDNS 1.4 is a "bugfix only" branch, 
 
132
 and no new features have been added to this version of MaraDNS.  
 
133
 
 
134
+<li>   Updating from previous versions of MaraDNS to MaraDNS 1.4
 
135
+       is trivial and <A href=http://maradns.org/tutorial/update.html>fully
 
136
+       documented</A>
 
137
+
 
138
 <li>   It is very easy to update the buggy version of MaraDNS 
 
139
 that the Debian package comes with an updated MaraDNS.
 
140
 
 
141
@@ -25,18 +29,18 @@
 
142
 page</A>.
 
143
 
 
144
 <li>   Next, unpack the MaraDNS tarball.  For example, if you 
 
145
-downloaded the file "maradns-1.2.12.08.tar.bz2" (please only download
 
146
-MaraDNS-1.2.12.08 if it is the current stable version, which it is at 
 
147
+downloaded the file "maradns-1.4.01.tar.bz2" (please only download
 
148
+MaraDNS-1.4.01 if it is the current stable version, which it is at 
 
149
 time of writing this document), type in this command:
 
150
 <blockquote><tt>
 
151
-       tar xvjf maradns-1.2.12.08.tar.bz2
 
152
+       tar xvjf maradns-1.4.01.tar.bz2
 
153
 </tt></blockquote>
 
154
 
 
155
-<li>   Enter the maradns-1.2.12.<i>version</i> directory, where 
 
156
-<i>version</i> is the bugfix revision number of the most current 1.2 
 
157
+<li>   Enter the maradns-1.4.<i>version</i> directory, where 
 
158
+<i>version</i> is the bugfix revision number of the most current 1.4 
 
159
 release of MaraDNS.
 
160
 
 
161
-<li>   Compile MaraDNS 1.2.12.<i>version</i> with the following 
 
162
+<li>   Compile MaraDNS 1.4.<i>version</i> with the following 
 
163
 commands:
 
164
 
 
165
 <blockquote><tt>
 
166
@@ -73,6 +77,6 @@
 
167
 
 
168
 </ul> At this point, your MaraDNS daemon is now the fully supported 
 
169
 version of MaraDNS.  If you continue to have the bug or concern after 
 
170
-upgrading to the latest 1.2 release, please let us know so we can begin 
 
171
-to resolve the issue.
 
172
+upgrading to the latest 1.4 release, please let us know on the mailing 
 
173
+list so we can begin to resolve the issue.
 
174