openbsd-ports/x11/gnome/gdm/patches/patch-gui_gdmsetup_c
jasper 0f80aa819a update gdm to 2.18.1
lots of help, and ok martynas@
2007-05-18 17:20:39 +00:00

13 lines
416 B
Plaintext

$OpenBSD: patch-gui_gdmsetup_c,v 1.2 2007/05/18 17:20:40 jasper Exp $
--- gui/gdmsetup.c.orig Sat Apr 21 13:38:12 2007
+++ gui/gdmsetup.c Sat Apr 21 13:38:29 2007
@@ -5532,7 +5532,7 @@ install_theme_file (gchar *filename, GtkListStore *sto
/* HACK! */
argv[0] = chown;
argv[1] = "-R";
- argv[2] = "root:root";
+ argv[2] = "root:wheel";
argv[3] = quoted;
argv[4] = NULL;
simple_spawn_sync (argv);