1 |
*Shrug.* |
2 |
|
3 |
--- stunnel-3.20/options.c Tue Aug 28 15:56:57 2001 |
4 |
+++ stunnel-3.20/options.c Tue Aug 28 15:57:04 2001 |
5 |
@@ -58,7 +58,7 @@ |
6 |
options.verify_use_only_my=0; |
7 |
options.debug_level=5; |
8 |
#ifndef USE_WIN32 |
9 |
- options.facility=LOG_DAEMON; |
10 |
+ options.facility=LOG_AUTHPRIV; |
11 |
#endif |
12 |
options.session_timeout=300; |
13 |
options.cipher_list=NULL; |
14 |
--- stunnel-3.20/stunnel.8 Tue Aug 28 15:57:49 2001 |
15 |
+++ stunnel-3.20/stunnel.8 Tue Aug 28 15:58:04 2001 |
16 |
@@ -226,7 +226,7 @@ |
17 |
than it will be shown. Use \-D debug or \-D 7 for greatest debugging |
18 |
output. The default is notice (5). |
19 |
.Sp |
20 |
-The syslog facility \*(L'daemon\*(R' will be used unless a facility name is |
21 |
+The syslog facility \*(L'authpriv\*(R' will be used unless a facility name is |
22 |
supplied. (Facilities are not supported on windows.) |
23 |
.Sp |
24 |
Case is ignored for both facilities and levels. |