Gentoo Archives: gentoo-portage-dev

From: Francesco Riosa <vivo75@×××××.com>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] How to make portage create /var/log/portage/ with portage:portage owners?
Date: Tue, 01 Nov 2011 13:00:20
Message-Id: CAD6zcDzo=P0FZqXn-gwOVCnpE30ib0YKmCL4sUhkNi55+M5Haw@mail.gmail.com
In Reply to: [gentoo-portage-dev] How to make portage create /var/log/portage/ with portage:portage owners? by Pacho Ramos
1 2011/11/1 Pacho Ramos <pacho@g.o>:
2 > I have user "pacho" under "portage" group to be able to make some tasks
3 > without becoming root, but, sadly, I am unable to make portage
4 > create /var/log/portage files/dirs with portage:portage owners instead
5 > of portage:root, preventing me from removing old files without becoming
6 > root.
7 > Is there anyway to configure this?
8 >
9 > Thanks a lot
10 >
11
12 chown -R portage:portage /var/log/portage
13 chmod g+s /var/log/portage
14 + add your user to group portage
15
16 do the trick?

Replies