From 3c618213b2ada61496b49c4d8c5612df4f082d14 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 23 Jan 2008 16:07:15 -0500 Subject: history should log to /var/log not /var/run --- tools/ck-history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/ck-history.c b/tools/ck-history.c index 0629bdf..b9533a3 100644 --- a/tools/ck-history.c +++ b/tools/ck-history.c @@ -46,7 +46,7 @@ typedef enum { REPORT_TYPE_LOG, } ReportType; -#define DEFAULT_LOG_FILENAME LOCALSTATEDIR "/run/ConsoleKit/history" +#define DEFAULT_LOG_FILENAME LOCALSTATEDIR "/log/ConsoleKit/history" #define MAX_LINE_LEN 2048 static GList *all_events = NULL; -- cgit