diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-12-15 19:19:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-12-15 19:19:41 +0000 |
commit | 256245bf612e3e0b1bc96a827a866f7c2f86cf45 (patch) | |
tree | 8108bd4ca9fdc5cd2cb9fe42daca1cf6da213f84 /gnu | |
parent | e448d4e5dea5ba8b859c53d9b15d4c9a13e2777d (diff) |
Log to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/sudo/sudo/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sudo/sudo/options.h b/gnu/usr.bin/sudo/sudo/options.h index b9ec48b01be..533f5cc2705 100644 --- a/gnu/usr.bin/sudo/sudo/options.h +++ b/gnu/usr.bin/sudo/sudo/options.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id: options.h,v 1.2 1996/11/17 16:34:01 millert Exp $ + * $Id: options.h,v 1.3 1996/12/15 19:19:40 millert Exp $ */ #ifndef _SUDO_OPTIONS_H @@ -33,7 +33,7 @@ /*#define FQDN /* expect fully qualified hosts in sudoers */ #define LOGGING SLOG_SYSLOG /* log via SLOG_SYSLOG, SLOG_FILE, SLOG_BOTH */ -#define LOGFAC LOG_LOCAL2 /* syslog facility for sudo to use */ +#define LOGFAC LOG_AUTHPRIV /* syslog facility for sudo to use */ #define MAXLOGFILELEN 80 /* max chars per log line (for line wrapping) */ /*#define NO_ROOT_SUDO /* root is not allowed to use sudo */ #define ALERTMAIL "root" /* user that gets sudo mail */ |