diff options
Diffstat (limited to 'src/nm-session-monitor.c')
| -rw-r--r-- | src/nm-session-monitor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nm-session-monitor.c b/src/nm-session-monitor.c index e8c25fd6..8cb1b88d 100644 --- a/src/nm-session-monitor.c +++ b/src/nm-session-monitor.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -44,7 +43,7 @@ #define SESSION_TRACKING_XLOGIND (SESSION_TRACKING_SYSTEMD || SESSION_TRACKING_ELOGIND) -#define CKDB_PATH "/var/run/ConsoleKit/database" +#define CKDB_PATH "/run/ConsoleKit/database" /*****************************************************************************/ |