mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
0196bda3a3
PR: 34385 Submitted by: KATO Tsuguru <tkato@prontomail.com>
14 lines
473 B
Plaintext
14 lines
473 B
Plaintext
--- doc/en/examples/example_mararc.orig Wed Jan 16 14:53:53 2002
|
|
+++ doc/en/examples/example_mararc Mon Jan 28 20:16:41 2002
|
|
@@ -29,7 +29,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 = 53
|
|
# The maximum number of threads (or processes, with the zone server)
|
|
# MaraDNS is allowed to run
|
|
maxprocs = 96
|