blob: 149401f47936d58db5829d2b892a7f30ef2d6d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff -ur poldi-0.4-orig/src/util/support.c poldi-0.4/src/util/support.c
--- poldi-0.4-orig/src/util/support.c 2008-11-10 11:10:19.000000000 +0000
+++ poldi-0.4/src/util/support.c 2008-11-10 11:10:38.000000000 +0000
@@ -20,6 +20,7 @@
#include "util-local.h"
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
--- poldi-0.4.1-orig/conf/poldi.conf.skel 2013-11-21 12:06:29.740052210 +1100
+++ poldi-0.4.1/conf/poldi.conf.skel 2013-11-21 12:05:35.573383899 +1100
@@ -5,10 +5,10 @@
auth-method localdb
# Specify the log file:
-log-file /home/moritz/logs/poldi.txt
+log-file /var/log/poldi.log
# Enable debugging messages
debug
# Specify SCDaemon executable
-scdaemon-program /usr/bin/scdaemon
+scdaemon-program /usr/lib/gnupg/scdaemon
|