*Shrug.* --- stunnel-3.20/options.c Tue Aug 28 15:56:57 2001 +++ stunnel-3.20/options.c Tue Aug 28 15:57:04 2001 @@ -58,7 +58,7 @@ options.verify_use_only_my=0; options.debug_level=5; #ifndef USE_WIN32 - options.facility=LOG_DAEMON; + options.facility=LOG_AUTHPRIV; #endif options.session_timeout=300; options.cipher_list=NULL; --- stunnel-3.20/stunnel.8 Tue Aug 28 15:57:49 2001 +++ stunnel-3.20/stunnel.8 Tue Aug 28 15:58:04 2001 @@ -226,7 +226,7 @@ than it will be shown. Use \-D debug or \-D 7 for greatest debugging output. The default is notice (5). .Sp -The syslog facility \*(L'daemon\*(R' will be used unless a facility name is +The syslog facility \*(L'authpriv\*(R' will be used unless a facility name is supplied. (Facilities are not supported on windows.) .Sp Case is ignored for both facilities and levels.