From owner-freebsd-gnome Sun Aug 4 7:16:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EAC537B400 for ; Sun, 4 Aug 2002 07:16:50 -0700 (PDT) Received: from ncc-1701.webonaut.com (static62-99-136-018.adsl.inode.at [62.99.136.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13FCA43E70 for ; Sun, 4 Aug 2002 07:16:49 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from mysqlhost (mysqlhost [127.0.0.1]) by ncc-1701.webonaut.com (Postfix) with ESMTP id A86506FB0F for ; Sun, 4 Aug 2002 16:16:47 +0200 (CEST) Subject: gdm2: doesn't find chown From: Franz Klammer To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-YZU6qy7BJBD9kan8SM9Y" X-Mailer: Ximian Evolution 1.0.8 Date: 04 Aug 2002 16:16:47 +0200 Message-Id: <1028470607.67156.6.camel@ncc-1701.webonaut.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-YZU6qy7BJBD9kan8SM9Y Content-Type: text/plain Content-Transfer-Encoding: 7bit gdm2 doesn't find chown when installing a new theme. attached a small patch. franz -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com --=-YZU6qy7BJBD9kan8SM9Y Content-Disposition: attachment; filename="gui::gdmsetup.diff" Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name="gui::gdmsetup.diff"; charset=ISO-8859-15 --- 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 =3D TRUE; =20 /* HACK! */ - cmd =3D g_strdup_printf ("/bin/chown -R root.root %s", dir); + cmd =3D g_strdup_printf ("/usr/sbin/chown -R root:wheel %s", dir); system (cmd); g_free (cmd); =20 --=-YZU6qy7BJBD9kan8SM9Y-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message