mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
45803d45a4
* Apply patch so gdm finds chown when installing a new theme. * Do not overwrite config files. * Mention that gdm2 cannot be started from /etc/ttys, and include an RC script to do the job instead. Submitted by: Franz Klammer <klammer@webonaut.com> (chown patch)
12 lines
320 B
C
12 lines
320 B
C
--- 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);
|
|
|