1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/gdm2/files/patch-gui::gdmsetup.c
Joe Marcus Clarke 45803d45a4 * Update to 2.4.0.7.
* 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)
2002-08-09 22:13:43 +00:00

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);