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

« back to all changes in this revision

Viewing changes to doc/en/webpage/debian.embed

  • 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:
6
6
has improved MaraDNS.<p>
7
7
 
8
8
However, because of Debian's policies, their "Stable" version of MaraDNS
9
 
is usually an outdated version of MaraDNS containing bugs that I
 
9
is usually an outdated version of MaraDNS that contains bugs that I
10
10
have since fixed.  I do not support these outdated versions of MaraDNS,
11
11
and request that Debian users upgrade to the current stable version of
12
 
MaraDNS before sending me bug reports or asking for technical support.
13
 
Here is my guide for Debian users, telling them how to upgrade the
 
12
MaraDNS before sending the mailing list bug reports or asking for technical 
 
13
support.  Here is my guide for Debian users, telling them how to upgrade the
14
14
outdated version of MaraDNS Debian comes with:<ul>
15
15
 
16
 
<li>    MaraDNS 1.2 has been, since 1.2.12.04, a "bugfix only" branch, 
 
16
<li>    MaraDNS 1.4 is a "bugfix only" branch, 
17
17
and no new features have been added to this version of MaraDNS.  
18
18
 
 
19
<li>    Updating from previous versions of MaraDNS to MaraDNS 1.4
 
20
        is trivial and <A href=http://maradns.org/tutorial/update.html>fully
 
21
        documented</A>
 
22
 
19
23
<li>    It is very easy to update the buggy version of MaraDNS 
20
24
that the Debian package comes with an updated MaraDNS.
21
25
 
25
29
page</A>.
26
30
 
27
31
<li>    Next, unpack the MaraDNS tarball.  For example, if you 
28
 
downloaded the 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 
 
32
downloaded the file "maradns-1.4.01.tar.bz2" (please only download
 
33
MaraDNS-1.4.01 if it is the current stable version, which it is at 
30
34
time of writing this document), type in this command:
31
35
<blockquote><tt>
32
 
        tar xvjf maradns-1.2.12.08.tar.bz2
 
36
        tar xvjf maradns-1.4.01.tar.bz2
33
37
</tt></blockquote>
34
38
 
35
 
<li>    Enter the maradns-1.2.12.<i>version</i> directory, where 
36
 
<i>version</i> is the bugfix revision number of the most current 1.2 
 
39
<li>    Enter the maradns-1.4.<i>version</i> directory, where 
 
40
<i>version</i> is the bugfix revision number of the most current 1.4 
37
41
release of MaraDNS.
38
42
 
39
 
<li>    Compile MaraDNS 1.2.12.<i>version</i> with the following 
 
43
<li>    Compile MaraDNS 1.4.<i>version</i> with the following 
40
44
commands:
41
45
 
42
46
<blockquote><tt>
54
58
<li>    Once MaraDNS is compiled, make sure to stop the MaraDNS daemon:
55
59
        
56
60
<blockquote><tt>
57
 
                sudo /etc/init.d/maradns stop
 
61
                /etc/init.d/maradns stop
58
62
</tt></blockquote>
59
63
 
60
64
<li>    Now, replace the outdated MaraDNS program that comes with 
68
72
<li>    Restart the MaraDNS daemon:
69
73
 
70
74
<blockquote><tt>
71
 
                sudo /etc/init.d/maradns start
 
75
                /etc/init.d/maradns start
72
76
</tt></blockquote>
73
77
 
74
78
</ul> At this point, your MaraDNS daemon is now the fully supported 
75
79
version of MaraDNS.  If you continue to have the bug or concern after 
76
 
upgrading to the latest 1.2 release, please let us know so we can begin 
77
 
to resolve the issue.
 
80
upgrading to the latest 1.4 release, please let us know on the mailing 
 
81
list so we can begin to resolve the issue.
 
82