> Date: Sun, 12 Jan 2014 21:20:36 +0100
> From: "Armin K." <[email protected]>
> To: BLFS Development List <[email protected]>
> Subject: Re: [blfs-dev] [blfs-book] [BLFS Trac] #4556: Add package: lsof_4.87
>
> On 12.1.2014 21:12, BLFS Trac wrote:
> > #4556: Add package: lsof_4.87
> > --------------------+-----------------------
> > Reporter: fo | Owner: fo
> > Type: task | Status: assigned
> > Priority: normal | Milestone: current
> > Component: BOOK | Version: SVN
> > Severity: normal | Resolution:
> > Keywords: |
> > --------------------+-----------------------
> >
> > Comment (by bdubbs@???):
> >
> > This one is a little unusual:
> >
> > {{{
> > tar -xf lsof_4.87.tar.bz2
> > cd lsof_4.87
> > tar -xf lsof_4.87_src
> > cd lsof_4.87_src
> > yes n |./Configure linux
'echo n' ?
> > make CFGL="-L./lib -ltirpc"
> >
> > pushd tests
> > make
> > popd
> > }}}
> >
> > The install is manual. I recommend something like:
> >
> > {{{
> > groupadd -g 63 lsof
> > install -4750 -o root -g lsof lsof /lib
0755 root root /usr/bin/lsof , (ie not suid) & no addl gp ?
rgds,
akh
> > install lsof.8 /usr/share/man/man.8
> > }}}
> >
>
> Why do you install in /lib and why do you need a seperate group? I
> installed it in /usr/bin and haven't added any group, nor has any other
> linux distribution I looked for the instructions for it.
> --
>
--
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page