Gentoo Archives: gentoo-dev

From: Stuart Longland <stuartl@××××××××××××××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] root:root and fbsd
Date: Sun, 22 May 2005 09:09:51
Message-Id: 42904C62.9060403@longlandclan.hopto.org
In Reply to: [gentoo-dev] root:root and fbsd by "Diego 'Flameeyes' Pettenò"
1 Diego 'Flameeyes' Pettenò wrote:
2 > Hi,
3 > ok another problem for Gentoo/FreeBSD project :P
4 > Currently there are a few places where, to fix permissions of files, the
5 > ebuilds does a chown -R root:root ${D} or something similar.
6 > Unfortunately such a command is invalid on G/FBSD because there's no root
7 > group, instead wheel group has GID=0.
8
9 Why not just use `chmod -R 0:0 ${D}`? That should have the desired effect?
10
11 --
12 +-------------------------------------------------------------+
13 | Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org |
14 | Atomic Linux Project -oOo- http://atomicl.berlios.de |
15 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
16 | I haven't lost my mind - it's backed up on a tape somewhere |
17 +-------------------------------------------------------------+

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] root:root and fbsd "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>