[gdm] gdm-simple-slave: Correct path to trigger file



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]