diff -ur stunnel-4.30/doc/stunnel.8 stunnel-4.30.new/doc/stunnel.8 --- stunnel-4.30/doc/stunnel.8 2010-01-21 12:26:39.000000000 +0100 +++ stunnel-4.30.new/doc/stunnel.8 2010-01-21 15:14:16.687003848 +0100 @@ -169,7 +169,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. diff -ur stunnel-4.30/src/options.c stunnel-4.30.new/src/options.c --- stunnel-4.30/src/options.c 2010-01-21 11:52:43.000000000 +0100 +++ stunnel-4.30.new/src/options.c 2010-01-21 15:13:50.470432283 +0100 @@ -139,7 +139,7 @@ case CMD_INIT: new_global_options.debug_level=LOG_NOTICE; #if !defined (USE_WIN32) && !defined (__vms) - new_global_options.facility=LOG_DAEMON; + new_global_options.facility=LOG_AUTHPRIV; #endif break; case CMD_EXEC: