From ef2af4e573fc089626996f048c6ae382a119d522 Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 16 Oct 2001 14:40:48 +0000 Subject: [PATCH] - patch from rawhide for log on authpriv (not daemon) to syslog. Changed files: stunnel-authpriv.patch -> 1.1 --- stunnel-authpriv.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 stunnel-authpriv.patch diff --git a/stunnel-authpriv.patch b/stunnel-authpriv.patch new file mode 100644 index 0000000..d3ee8c5 --- /dev/null +++ b/stunnel-authpriv.patch @@ -0,0 +1,24 @@ +*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. -- 2.44.0