maemo: Moved package sources.

This commit is contained in:
Tobias Brunner
2011-02-04 18:02:49 +01:00
parent ea4feb0248
commit 1a83924a49
10 changed files with 0 additions and 0 deletions
@@ -0,0 +1,25 @@
Adding maemo specific logger config (as there is no syslog daemon by default).
--- a/src/strongswan.conf
+++ b/src/strongswan.conf
@@ -5,6 +5,21 @@
retransmit_timeout = 3.0
retransmit_base = 1.4
+ # maemo specific logging
+ filelog {
+ /var/log/charon.log {
+ time_format = %b %e %T
+ append = no
+ default = 1
+ flush_line = yes
+ }
+ }
+ # there is no syslog daemon installed by default
+ syslog {
+ daemon {
+ }
+ }
+
# number of worker threads in charon
threads = 16