summaryrefslogtreecommitdiff
path: root/dns/totd/files/patch-aa
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-11-17 23:08:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-11-17 23:08:15 +0000
commit951ea6cda94dab89321380c06d354d4caca9a183 (patch)
tree2a41023f3bc5c3b8f79b262dacc7676d707907e3 /dns/totd/files/patch-aa
parentFix MASTER_SITES, switch maintainer from ports@FreeBSD.org (diff)
totd 1.1p4 is a DNS proxy that supports IPv6 <==> IPv4 record translation
Obtained from: OpenBSD
Diffstat (limited to 'dns/totd/files/patch-aa')
-rw-r--r--dns/totd/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/dns/totd/files/patch-aa b/dns/totd/files/patch-aa
new file mode 100644
index 000000000000..2a3cb92ea7c9
--- /dev/null
+++ b/dns/totd/files/patch-aa
@@ -0,0 +1,14 @@
+--- config.h.in- Sun Apr 23 22:17:36 2000
++++ config.h.in Sun Apr 23 22:17:45 2000
+@@ -33,9 +33,9 @@
+
+ /* security aware -- seteuid if tot doesn't need priveledge. */
+ /* the user/group name to use ... i recommend to make account of tot */
+-#define TOT_USER "tot"
++/*#define TOT_USER "tot"*/
+ /* define loglevel if you need log for each root priv action */
+-#define TOT_USER_LOGLVL LOG_INFO
++/*#define TOT_USER_LOGLVL LOG_INFO*/
+
+ /* if you use IPV6 */
+ /*#define USE_INET6*/