]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-authpriv.patch
- updated to 4.06
[packages/stunnel.git] / stunnel-authpriv.patch
1 *Shrug.*
2
3 --- stunnel-3.20/src/options.c  Tue Aug 28 15:56:57 2001
4 +++ stunnel-3.20/src/options.c  Tue Aug 28 15:57:04 2001
5 @@ -205,7 +205,7 @@
6      case CMD_INIT:
7          options.debug_level=5;
8  #if !defined (USE_WIN32) && !defined (__vms)
9 -        options.facility=LOG_DAEMON;
10 +        options.facility=LOG_AUTHPRIV;
11  #endif
12          break;
13      case CMD_EXEC:
14 --- stunnel-3.20/doc/stunnel.8  Tue Aug 28 15:57:49 2001
15 +++ stunnel-3.20/doc/stunnel.8  Tue Aug 28 15:58:04 2001
16 @@ -238,7 +238,7 @@
17  all levels numerically less than it will be shown.  Use \fBdebug = debug\fR or
18  \&\fBdebug = 7\fR for greatest debugging output.  The default is notice (5).
19  .Sp
20 -The syslog facility 'daemon' will be used unless a facility name is supplied.
21 +The syslog facility 'authpriv' will be used unless a facility name is supplied.
22  (Facilities are not supported on Win32.)
23  .Sp
24  Case is ignored for both facilities and levels.
This page took 0.084765 seconds and 3 git commands to generate.