diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-13 16:10:54 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-13 16:10:54 +0000 |
commit | d9654c368b8d5707611e23dd14a793cd2d944257 (patch) | |
tree | 8ee64eaa0b94c93ace1624ce82bf0598f720d029 /dns/maradns/files/patch-example_mararc | |
parent | These ports depend on compat3x, so make them depend on misc/compat3x: (diff) |
Update to version 0.8.06
PR: 29149
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=46200
Diffstat (limited to 'dns/maradns/files/patch-example_mararc')
-rw-r--r-- | dns/maradns/files/patch-example_mararc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dns/maradns/files/patch-example_mararc b/dns/maradns/files/patch-example_mararc index 066b04e815a6..7a2d721e623a 100644 --- a/dns/maradns/files/patch-example_mararc +++ b/dns/maradns/files/patch-example_mararc @@ -1,11 +1,14 @@ ---- doc/example_mararc.orig Tue Apr 24 06:32:35 2001 -+++ doc/example_mararc Sat May 26 20:20:04 2001 -@@ -11,7 +11,7 @@ +--- doc/example_mararc.orig Sun Jul 22 21:20:30 2001 ++++ doc/example_mararc Sun Jul 22 21:20:44 2001 +@@ -15,9 +15,9 @@ # The directory with all of the zone files chroot_dir = "/etc/maradns" # The numeric UID MaraDNS will run as -maradns_uid = 99 +maradns_uid = 53 + # The (optional) numeric GID MaraDNS will run as +-# maradns_gid = 99 ++maradns_gid = 53 # The maximum number of processes MaraDNS is allowed to use maxprocs = 64 |