0f80aa819a
lots of help, and ok martynas@
13 lines
416 B
Plaintext
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);
|