--- MaraDns.h.orig	2012-02-10 22:16:39.000000000 +0100
+++ MaraDns.h	2012-02-10 22:17:25.000000000 +0100
@@ -77,16 +77,16 @@
      line to point to Bash
  */
 
-#define MARADNS_DEFAULT_UID 99
+#define MARADNS_DEFAULT_UID 53
 
 /* The default GID (Group ID) that MaraDNS has; see the default UID notes
    above.  Again: CHANGE THE MARARC MAN PAGE IF YOU CHANGE THIS VALUE */
-#define MARADNS_DEFAULT_GID 99
+#define MARADNS_DEFAULT_GID 53
 
 /* The UID that the Duende logging process uses.  CHANGE THE DUENDE MAN
    PAGE IF YOU CHANGE THIS VALUE (same general process as changing the
    mararc man page; the source file for the duende man page is duende.ej) */
-#define DUENDE_LOGGER_UID 66
+#define DUENDE_LOGGER_UID 65534
 
 /* The directory that Duende runs in.  This directory has to exist for
    Duende to be able to run.  Again, IF YOU CHANGE THIS, CHANGE THE
--- doc/en/examples/example_full_mararc.orig	2011-02-06 03:21:42.000000000 +0100
+++ doc/en/examples/example_full_mararc	2012-02-11 02:13:22.000000000 +0100
@@ -14,11 +14,11 @@
 # "10.1.2.3,10.1.2.4,127.0.0.1"
 ipv4_bind_addresses = "127.0.0.1"
 # The directory with all of the zone files
-chroot_dir = "/etc/maradns"
+chroot_dir = "/usr/local/etc/maradns"
 # The numeric UID MaraDNS will run as
-maradns_uid = 99
+maradns_uid = 65534
 # The (optional) numeric GID MaraDNS will run as
-# maradns_gid = 99
+# maradns_gid = 65534
 
 # Normally, MaraDNS has some MaraDNS-specific features, such as DDIP
 # synthesizing, a special DNS query ("erre-con-erre-cigarro.maradns.org." 
--- doc/en/man/deadwood.1.orig	2012-02-10 22:20:19.000000000 +0100
+++ doc/en/man/deadwood.1	2012-02-10 22:22:17.000000000 +0100
@@ -178,15 +178,14 @@
 \fBmaradns_uid\fR
 .PP
 The user-id Deadwood runs as. This can be any number
-between 10 and 65535; the default value is 99 (nobody on
-RedHat-derived Linux distributions). This value is not
-used on Windows systems.
+between 10 and 65535; the default value is 65534 (nobody).
+This value is not used on Windows systems.
 .PP
 .in -3
 \fBmaradns_gid\fR
 .PP
 The group-id Deadwood runs as. This can be any
-number between 10 and 65535; the default value is 99. This
+number between 10 and 65535; the default value is 65534 (nobody). This
 value is not used on Windows systems.
 .PP
 .in -3
--- doc/en/man/mararc.5.orig	2012-02-10 22:20:28.000000000 +0100
+++ doc/en/man/mararc.5	2012-02-10 22:21:03.000000000 +0100
@@ -592,7 +592,7 @@
 damage a potential attacker can cause should there be a security
 problem with MaraDNS. This is the UID maradns becomes.
 .PP
-The default UID is 99.
+The default UID is 65534.
 .PP
 .in -3
 \fBmaradns_gid\fR
@@ -601,7 +601,7 @@
 .PP
 This accepts a single numerical value: The GID to run MaraDNS as.
 .PP
-The default GID is 99.
+The default GID is 65534.
 .PP
 .in -3
 \fBmax_ar_chain\fR
--- deadwood/doc/dwood3rc.orig	2011-11-01 17:25:23.000000000 +0100
+++ deadwood/doc/dwood3rc	2012-02-11 02:15:16.000000000 +0100
@@ -6,7 +6,7 @@
 # The following line is disabled by being commented out
 #bind_address="::1" # We have optional IPv6 support
 
-chroot_dir = "/etc/deadwood" # Directory we run program from (not used in Win32)
+chroot_dir = "/usr/local/etc/deadwood" # Directory we run program from (not used in Win32)
 
 # The following upstream DNS servers are Google's newly-announced (as of
 # December, 2009) public DNS servers.  For more information, see
@@ -37,8 +37,8 @@
 maxprocs = 8 # Maximum number of pending requests
 handle_overload = 1 # Send SERVER FAIL when overloaded
 
-maradns_uid = 99 # UID Deadwood runs as
-maradns_gid = 99 # GID Deadwood runs as
+maradns_uid = 65534 # UID Deadwood runs as
+maradns_gid = 65534 # GID Deadwood runs as
 
 maximum_cache_elements = 60000
 
