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 пишет: > В Tue, 15 Apr 2014 11:11:53 +0900 > Naohiro Aota пишет: > > > Diego Elio Pettenò 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

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 пишет: > Diego Elio Pettenò 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)

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ò 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)" user.

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

2014-04-14 Thread Naohiro Aota
Diego Elio Pettenò 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-14 Thread Naohiro Aota
hasufell 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 >> === >> R

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

2014-04-12 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" 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 > > name" >

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: /var/cvsroot/gentoo

[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 retri