Gentoo Archives: gentoo-portage-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] f{owners,perms}: Warn when using relative path
Date: Mon, 17 Sep 2018 16:42:18
Message-Id: 3c1a6b59-e9e0-fa7f-99a1-6950b891cf2f@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] f{owners,perms}: Warn when using relative path by "Michał Górny"
1 On 09/17/2018 02:52 AM, Michał Górny wrote:
2 >
3 > --- a/bin/ebuild-helpers/fowners
4 > +++ b/bin/ebuild-helpers/fowners
5 > ...
6 > + eqawarn "This is unsupported. Please use 'chmod' when you need to work on files"
7
8 This one should be 'chown' instead of 'chmod'.
9
10 (Calling chown on the live filesystem is often also a dangerous mistake,
11 but this probably isn't the place to fuss about it.)

Replies