[gdm] gdm-simple-slave: Correct path to trigger file
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] gdm-simple-slave: Correct path to trigger file
- Date: Fri, 24 Aug 2012 21:30:13 +0000 (UTC)
commit 46d3dd0ba2b4d15a886c7cfb81cad41e1d16cd28
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Aug 21 16:25:32 2012 -0400
gdm-simple-slave: Correct path to trigger file
LOCALSTATEDIR doesn't end with a path separator
https://bugzilla.gnome.org/show_bug.cgi?id=682430
daemon/gdm-simple-slave.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gdm-simple-slave.c b/daemon/gdm-simple-slave.c
index 0407387..ff8366f 100644
--- a/daemon/gdm-simple-slave.c
+++ b/daemon/gdm-simple-slave.c
@@ -1210,7 +1210,7 @@ wants_autologin (GdmSimpleSlave *slave)
return enabled && delay > 0;
}
-#define INITIAL_SETUP_TRIGGER_FILE LOCALSTATEDIR "lib/gdm/run-initial-setup"
+#define INITIAL_SETUP_TRIGGER_FILE LOCALSTATEDIR "/lib/gdm/run-initial-setup"
static gboolean
wants_initial_setup (GdmSimpleSlave *slave)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]