*Shrug.* --- stunnel-3.20/src/options.c Tue Aug 28 15:56:57 2001 +++ stunnel-3.20/src/options.c Tue Aug 28 15:57:04 2001 @@ -205,7 +205,7 @@ case CMD_INIT: options.debug_level=5; #if !defined (USE_WIN32) && !defined (__vms) - options.facility=LOG_DAEMON; + options.facility=LOG_AUTHPRIV; #endif break; case CMD_EXEC: --- stunnel-3.20/doc/stunnel.8 Tue Aug 28 15:57:49 2001 +++ stunnel-3.20/doc/stunnel.8 Tue Aug 28 15:58:04 2001 @@ -238,7 +238,7 @@ all levels numerically less than it will be shown. Use \fBdebug = debug\fR or \&\fBdebug = 7\fR for greatest debugging output. The default is notice (5). .Sp -The syslog facility 'daemon' will be used unless a facility name is supplied. +The syslog facility 'authpriv' will be used unless a facility name is supplied. (Facilities are not supported on Win32.) .Sp Case is ignored for both facilities and levels.