openbsd-ports/net/totd/patches/patch-config_h_in
jsyn 8e3455f53f - fix broken HOMEPAGE
- use SYSCONFDIR
- rename patches, add cvs tags
- add cvs tag to sample config
- add NO_REGRESS
- switch to distinfo
ok itojun@
2002-01-28 01:41:52 +00:00

16 lines
551 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.1 2002/01/28 01:41:52 jsyn 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*/