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

« back to all changes in this revision

Viewing changes to update/2.0.02/maradns-2.0.01-were_at_two.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.01/server/MaraDNS.c     2010-08-28 16:34:40.000000000 -0600
2
 
+++ maradns-2.0.02/server/MaraDNS.c     2011-02-05 18:22:12.000000000 -0700
3
 
@@ -4538,7 +4538,7 @@
4
 
     if(1 == 2) {
5
 
 #endif /* __CYGWIN__ */
6
 
 #ifndef ALLOW_NON_ROOT
7
 
-        harderror("Running MaraDNS 1.2 as a non-root server support disabled");
8
 
+        harderror("Running MaraDNS 2.0 as a non-root server support disabled");
9
 
 #else
10
 
         /* Bind to port 53 as a non-root user */
11
 
         bind_address = read_string_kvar("bind_address");