summaryrefslogtreecommitdiff
path: root/daemon/main.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2013-08-28 09:16:05 -0400
committerRay Strode <rstrode@redhat.com>2013-08-28 09:17:22 -0400
commit16bd10cad82972bead4f760ecfff43a7c25bdd03 (patch)
tree39dcdff3db48f5f25b2543d3123ef08758cf4311 /daemon/main.c
parent6b17431b28ae8cee63de19ccfa0c9d53b1beb972 (diff)
downloadgdm-16bd10cad82972bead4f760ecfff43a7c25bdd03.tar.gz
drop authdir
<Black_Prince> halfline: what's the point of authdir in gdm? (/var/gdm) ? <Black_Prince> it doesn't appear to be used anywere <halfline> no point <Black_Prince> there are some references in daemon/main.c, but nothing ever gets stored in there <Black_Prince> instead, xauthdir is used https://bugzilla.gnome.org/show_bug.cgi?id=706974
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/daemon/main.c b/daemon/main.c
index 8176fe34..08f89dff 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -189,12 +189,6 @@ gdm_daemon_ensure_dirs (uid_t uid,
GDM_RAN_ONCE_MARKER_DIR, error->message);
}
- /* Set up /var/gdm */
- if (!ensure_dir_with_perms (AUTHDIR, uid, gid, 0711, &error)) {
- gdm_fail (_("Failed to create AuthDir %s: %s"),
- AUTHDIR, error->message);
- }
-
/* Set up /var/log/gdm */
if (!ensure_dir_with_perms (LOGDIR, 0, gid, 0711, &error)) {
gdm_fail (_("Failed to create LogDir %s: %s"),