summaryrefslogtreecommitdiffstats
path: root/x11/gdm2/files/patch-gui::gdmsetup.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm2/files/patch-gui::gdmsetup.c')
-rw-r--r--x11/gdm2/files/patch-gui::gdmsetup.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gdm2/files/patch-gui::gdmsetup.c b/x11/gdm2/files/patch-gui::gdmsetup.c
new file mode 100644
index 000000000..33924be67
--- /dev/null
+++ b/x11/gdm2/files/patch-gui::gdmsetup.c
@@ -0,0 +1,11 @@
+--- gui/gdmsetup.c.orig Sun Aug 4 16:08:52 2002
++++ gui/gdmsetup.c Sun Aug 4 16:09:09 2002
+@@ -1512,7 +1512,7 @@
+ success = TRUE;
+
+ /* HACK! */
+- cmd = g_strdup_printf ("/bin/chown -R root.root %s", dir);
++ cmd = g_strdup_printf ("/usr/sbin/chown -R gdm:gdm %s", dir);
+ system (cmd);
+ g_free (cmd);
+