summaryrefslogtreecommitdiff
path: root/net/totd
diff options
context:
space:
mode:
authoritojun <itojun>2000-04-23 13:34:33 +0000
committeritojun <itojun>2000-04-23 13:34:33 +0000
commite597078f40e43e9f375d25396be0a37309b04eca (patch)
treeab1dceb97cecf85cc0d1ce1b419f1322ffae0cd0 /net/totd
parent98334ead0835bef0c4d98af2d125a9d91b0ba7b6 (diff)
downloadpkgsrc-e597078f40e43e9f375d25396be0a37309b04eca.tar.gz
disable TOTD_USER support (this complicates installation too much)
Diffstat (limited to 'net/totd')
-rw-r--r--net/totd/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/totd/patches/patch-aa b/net/totd/patches/patch-aa
new file mode 100644
index 00000000000..1f240df995d
--- /dev/null
+++ b/net/totd/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2000/04/23 13:34:33 itojun Exp $
+--- 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*/