summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-gui::gdmsetup.c
blob: 33924be670f774837c5ff488a6463a40fc12abf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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);