diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-20 15:44:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-20 15:44:56 +0000 |
commit | f3a13d06cdd8a71d9f84047312357795985fd3d2 (patch) | |
tree | 51551230715164748bdb812b26ec241a40182750 /dns/maradns1/files/patch-MaraDns.h | |
parent | - Document the change of editors/vim (diff) |
Update dns/maradns to 2.0.09.
Copy maradns 1.4.14 to dns/maradns1.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=345251
Diffstat (limited to 'dns/maradns1/files/patch-MaraDns.h')
-rw-r--r-- | dns/maradns1/files/patch-MaraDns.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dns/maradns1/files/patch-MaraDns.h b/dns/maradns1/files/patch-MaraDns.h new file mode 100644 index 000000000000..45ff326b37f7 --- /dev/null +++ b/dns/maradns1/files/patch-MaraDns.h @@ -0,0 +1,22 @@ +--- MaraDns.h.orig Sat Jun 2 13:46:12 2007 ++++ MaraDns.h Sat Jun 2 13:47:12 2007 +@@ -75,16 +75,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 |