]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-authpriv.patch
- up to 4.34
[packages/stunnel.git] / stunnel-authpriv.patch
1 diff -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 @@
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).
7  .Sp
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.)
11  .Sp
12  Case is ignored for both facilities and levels.
13 diff -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.083285 seconds and 3 git commands to generate.