On Mon, 2012-02-13 at 13:21 -0700, stan wrote:
> On Mon, 13 Feb 2012 14:00:43 -0600
> Kevin Martin wrote:
> > > Try
> > > man 3 cap_from_text
> > When *I* do that the man page is not found (nor do I see it in the
> > libcap rpm which is where setcap is installed from...perhaps the
> > package ma
stan wrote:
> Mystery solved.
>
> $ rpm -q --filesbypkg libcap-devel
> libcap-devel /usr/share/man/man3/cap_to_text.3.gz<--
The reason yum whatprovides didn’t tell you that would be the .3.gz at
the end: something like
yum whatprovides "/*/cap_to_text*"
would have told you that.
On 02/13/2012 02:21 PM, stan wrote:
> On Mon, 13 Feb 2012 14:00:43 -0600
> Kevin Martin wrote:
>>> Try
>>> man 3 cap_from_text
>> When *I* do that the man page is not found (nor do I see it in the
>> libcap rpm which is where setcap is installed from...perhaps the
>> package maintainer should f
On Mon, 13 Feb 2012 14:00:43 -0600
Kevin Martin wrote:
> > Try
> > man 3 cap_from_text
> When *I* do that the man page is not found (nor do I see it in the
> libcap rpm which is where setcap is installed from...perhaps the
> package maintainer should fix their rpm).
That's bizarre. Pops right u
On 02/13/2012 12:14 PM, stan wrote:
> On Mon, 13 Feb 2012 09:11:25 -0600
> Aaron Konstam wrote:
>
>> In the man page for setcap it says:
>> the capabilities are specified in the form described in cap_from_text.
>>
>> I can't fine such a file on my machine or using yum whatprovides.
>> Does anyon
On Mon, 13 Feb 2012 09:11:25 -0600
Aaron Konstam wrote:
> In the man page for setcap it says:
> the capabilities are specified in the form described in cap_from_text.
>
> I can't fine such a file on my machine or using yum whatprovides.
> Does anyone know where it can be found?
Try
man 3 cap_f