diff options
author | itojun <itojun@pkgsrc.org> | 2000-04-23 13:34:33 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-04-23 13:34:33 +0000 |
commit | c680a514a1c39b470070c96eed1bbb5268515a9b (patch) | |
tree | ab1dceb97cecf85cc0d1ce1b419f1322ffae0cd0 /net/totd | |
parent | c799ec23c35e9dc2f0a5e0d8e33aa151236f9a56 (diff) | |
download | pkgsrc-c680a514a1c39b470070c96eed1bbb5268515a9b.tar.gz |
disable TOTD_USER support (this complicates installation too much)
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/patches/patch-aa | 15 |
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*/ |