Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-15 Thread Cyprien Nicolas
Il y a 5 heures et 36 minutes, Naohiro Aota écrivit : Diego Elio Pettenò flamee...@flameeyes.eu writes: I'm pretty sure we have an eclass function to get the name of the 0 group. I can't find one... but found qmail.eclass is using exactly same method. export GROUP_ROOT=$(id -gn

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-15 Thread Alexander Tsoy
В Tue, 15 Apr 2014 11:11:53 +0900 Naohiro Aota na...@gentoo.org пишет: Diego Elio Pettenò flamee...@flameeyes.eu writes: I'm pretty sure we have an eclass function to get the name of the 0 group. I can't find one... but found qmail.eclass is using exactly same method. export

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-15 Thread Alexander Tsoy
В Tue, 15 Apr 2014 12:06:44 +0400 Alexander Tsoy alexan...@tsoy.me пишет: В Tue, 15 Apr 2014 11:11:53 +0900 Naohiro Aota na...@gentoo.org пишет: Diego Elio Pettenò flamee...@flameeyes.eu writes: I'm pretty sure we have an eclass function to get the name of the 0 group. I

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-14 Thread Naohiro Aota
hasufell hasuf...@gentoo.org writes: na...@gentoo.org: fcaps.eclass is using group name 'root' which is not available on BSD system. Instead you can use 0, or $(id -g -n 0) if you'd prefer group name Index: fcaps.eclass ===

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-14 Thread Naohiro Aota
Diego Elio Pettenò flamee...@flameeyes.eu writes: I'm pretty sure we have an eclass function to get the name of the 0 group. I can't find one... but found qmail.eclass is using exactly same method. export GROUP_ROOT=$(id -gn root) pgpbPfsUeoSka.pgp Description: PGP signature

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-13 Thread Diego Elio Pettenò
I'm pretty sure we have an eclass function to get the name of the 0 group. On 12 Apr 2014 17:41, hasufell hasuf...@gentoo.org wrote: na...@gentoo.org: fcaps.eclass is using group name 'root' which is not available on BSD system. Instead you can use 0, or $(id -g -n 0) if you'd prefer group

[gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-12 Thread naota
fcaps.eclass is using group name 'root' which is not available on BSD system. Instead you can use 0, or $(id -g -n 0) if you'd prefer group name Index: fcaps.eclass === RCS file: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-12 Thread hasufell
na...@gentoo.org: fcaps.eclass is using group name 'root' which is not available on BSD system. Instead you can use 0, or $(id -g -n 0) if you'd prefer group name Index: fcaps.eclass === RCS file: