Date: 04 Aug 2002 16:16:47 +0200 From: Franz Klammer <klammer@webonaut.com> To: gnome@freebsd.org Subject: gdm2: doesn't find chown Message-ID: <1028470607.67156.6.camel@ncc-1701.webonaut.com>
next in thread | raw e-mail | index | archive | help
--=-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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1028470607.67156.6.camel>