~ubuntu-branches/ubuntu/quantal/maradns/quantal

« back to all changes in this revision

Viewing changes to update/2.0.03/maradns-2.0.02-authonly_messages.patch

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-01-12 23:35:38 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20120112233538-5jkaqrh9nbqtf1ey
Tags: upstream-2.0.04+really1.4.09
ImportĀ upstreamĀ versionĀ 2.0.04+really1.4.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- maradns-2.0.03/server/MaraDNS.c.orig        2011-08-05 05:12:17.118283880 -0500
2
 
+++ maradns-2.0.03/server/MaraDNS.c     2011-08-05 05:13:15.641279947 -0500
3
 
@@ -4174,7 +4174,7 @@
4
 
     if(verbstr != 0) { js_destroy(verbstr); verbstr = 0; }
5
 
     verbstr = read_string_kvar("recursive_acl");
6
 
     if(verbstr != 0 && js_length(verbstr) > 0) {
7
 
-            harderror("No recursion when MaraDNS is compiled authonly");
8
 
+            harderror("No recursion in MaraDNS 2; use Deadwood");
9
 
     }
10
 
 #endif /* AUTHONLY */
11
 
 
12
 
@@ -4290,9 +4290,9 @@
13
 
 #ifndef IPV6
14
 
         /* If there is an ipv6 bind address, have MaraDNS return an error */
15
 
         if(js_length(ipv6_bind_address) >= 1) {
16
 
-                harderror("maradns must be compiled as authonly to have ipv6 support\n"
17
 
-                "./configure --authonly ; make will compile maradns thusly\n"
18
 
-                "Note that this will disable recursion and caching");
19
 
+                harderror("maradns must be compiled as ipv6 to have ipv6 support\n"
20
 
+                "./configure --ipv6 ; make will compile maradns thusly\n"
21
 
+                );
22
 
         }
23
 
 #else
24
 
 /* Cygwin doesn't have ipv6 support yet */