]> git.pld-linux.org Git - packages/stunnel.git/blame - stunnel-authpriv.patch
- 4.43
[packages/stunnel.git] / stunnel-authpriv.patch
CommitLineData
6eb17a0c
SP
1diff -ur stunnel-4.30/doc/stunnel.8 stunnel-4.30.new/doc/stunnel.8
2--- stunnel-4.30/doc/stunnel.8 2010-01-21 12:26:39.000000000 +0100
3+++ stunnel-4.30.new/doc/stunnel.8 2010-01-21 15:14:16.687003848 +0100
4@@ -169,7 +169,7 @@
e874b496
TO
5 all levels numerically less than it will be shown. Use \fBdebug = debug\fR or
6 \&\fBdebug = 7\fR for greatest debugging output. The default is notice (5).
ef2af4e5 7 .Sp
e874b496
TO
8-The syslog facility 'daemon' will be used unless a facility name is supplied.
9+The syslog facility 'authpriv' will be used unless a facility name is supplied.
10 (Facilities are not supported on Win32.)
ef2af4e5 11 .Sp
12 Case is ignored for both facilities and levels.
6eb17a0c
SP
13diff -ur stunnel-4.30/src/options.c stunnel-4.30.new/src/options.c
14--- stunnel-4.30/src/options.c 2010-01-21 11:52:43.000000000 +0100
15+++ stunnel-4.30.new/src/options.c 2010-01-21 15:13:50.470432283 +0100
16@@ -139,7 +139,7 @@
17 case CMD_INIT:
18 new_global_options.debug_level=LOG_NOTICE;
19 #if !defined (USE_WIN32) && !defined (__vms)
20- new_global_options.facility=LOG_DAEMON;
21+ new_global_options.facility=LOG_AUTHPRIV;
22 #endif
23 break;
24 case CMD_EXEC:
This page took 0.055031 seconds and 4 git commands to generate.