openbsd-ports/x11/gnome/gdm/patches/patch-gui_gdmsetup_c
marcm 34fff04732 Update to 2.6.0.4. Yes, a 0.0.0.1 update that brings regeneration of
almost all the diffs.  Hmmm.

Also new plist goodness and ridding of the install scripts.
2004-09-15 04:15:25 +00:00

13 lines
401 B
Plaintext

$OpenBSD: patch-gui_gdmsetup_c,v 1.1 2004/09/15 04:15:25 marcm Exp $
--- gui/gdmsetup.c.orig Wed Aug 18 12:27:40 2004
+++ gui/gdmsetup.c Fri Sep 10 20:42:41 2004
@@ -2025,7 +2025,7 @@ install_response (GtkWidget *chooser, gi
/* 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);