summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2008-01-23 16:07:15 -0500
committerWilliam Jon McCann <mccann@jhu.edu>2008-01-23 16:07:15 -0500
commit3c618213b2ada61496b49c4d8c5612df4f082d14 (patch)
tree28345b5521aa60778544ca4a6bc0d81cea121f34 /tools
parentb1d56d43f357185594e5730d6bfb7e7db1f633c3 (diff)
history should log to /var/log not /var/run
Diffstat (limited to 'tools')
-rw-r--r--tools/ck-history.c2
1 files changed, 1 insertions, 1 deletions
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;