summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-03-10 04:52:15 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-03-10 04:52:15 +0000
commit0e7d1dd8c605d153c29decc54e23f51126bfdfc2 (patch)
tree1cbace80da0951c50a0d2861c170e117d9670270
parent5bc6546213dbf6ba3f71968e8e2f12f642d6056b (diff)
downloadgdm-0e7d1dd8c605d153c29decc54e23f51126bfdfc2.tar.gz
make DisplayLastLogin default to 'false' since 'last' is stupid and
Tue Mar 09 20:51:58 2004 George Lebl <jirka@5z.com> * config/gdm.conf.in, daemon/gdm.h: make DisplayLastLogin default to 'false' since 'last' is stupid and non-localized, must make our own version. So this doesn't break 'code' freeze since it doesn't change any code does it?
-rw-r--r--ChangeLog7
-rw-r--r--config/gdm.conf.in2
-rw-r--r--daemon/gdm.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4731de09..7eb13d19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 09 20:51:58 2004 George Lebl <jirka@5z.com>
+
+ * config/gdm.conf.in, daemon/gdm.h: make DisplayLastLogin default
+ to 'false' since 'last' is stupid and non-localized, must make
+ our own version. So this doesn't break 'code' freeze since it
+ doesn't change any code does it?
+
Thu Mar 04 11:08:42 2004 George Lebl <jirka@5z.com>
* Release 2.5.90.2
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index c378f909..9925239a 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -147,7 +147,7 @@ Xnest=@X_SERVER_PATH@/Xnest -audit 0 -name Xnest
# idea of when they logged in and if it doesn't seem kosher to them,
# they can just abort the login and contact the sysadmin (avoids running
# malicious startup scripts)
-#DisplayLastLogin=true
+#DisplayLastLogin=false
# Program used to play sounds. Should not require any 'daemon' or anything
# like that as it will be run when no one is logged in yet.
diff --git a/daemon/gdm.h b/daemon/gdm.h
index d34c44f6..69d2eb9d 100644
--- a/daemon/gdm.h
+++ b/daemon/gdm.h
@@ -159,7 +159,7 @@ enum {
#define GDM_KEY_DOUBLELOGINWARNING "daemon/DoubleLoginWarning=true"
-#define GDM_KEY_DISPLAY_LAST_LOGIN "daemon/DisplayLastLogin=true"
+#define GDM_KEY_DISPLAY_LAST_LOGIN "daemon/DisplayLastLogin=false"
/* This defaults to true for backward compatibility,
* it will not actually do timed login since the TimedLogin defaults