Re: Little note on psmisc

2007-05-10 Thread steve crosby
On 5/11/07, M.Canales.es <[EMAIL PROTECTED]> wrote: > El Jueves, 10 de Mayo de 2007 21:11, Bruce Dubbs escribió: > > > Looking at the source and then running `genl -help` I get > > > > $ ./genl -help > > Usage: genl [ OPTIONS ] OBJECT | help } > > where OBJECT := { ctrl etc } > >OPTIONS :=

Re: Little note on psmisc

2007-05-10 Thread Matthew Burgess
On Saturday 21 April 2007 21:20:37 Chris Staub wrote: > Tijnema ! wrote: > > On 4/21/07, Chris Staub <[EMAIL PROTECTED]> wrote: > >> You're right, this isn't the right list. But I'll answer anyway... > >> > >> I see "oldfuser" in the list of Psmisc programs, in both the stable book Nearly missed t

Re: Little note on psmisc

2007-05-10 Thread Dan Nicholson
On 5/10/07, Chris Staub <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > > > Untested, but I think this would work: > > > > find man -name Makefile.in -exec sed -i 's/groups\.1 //' {} ';' > > Oops, I corrected this in CLFS six months ago but it seems I forgot to > email LFS-dev as well...sorry

Re: Little note on psmisc

2007-05-10 Thread Matthew Burgess
On Thursday 10 May 2007 21:06:04 Matthew Burgess wrote: > find . -name Makefile -exec sed -i 's/groups\.1 / /' {} \; Doh #1 - that should be 'find man ...' > Oddly enough, I've ended up with groups.1 being installed on my most recent > jhalfs build. Doh # 2 - that's of course from Coreutils! R

Re: Little note on psmisc

2007-05-10 Thread Matthew Burgess
On Thursday 10 May 2007 20:57:04 Dan Nicholson wrote: > On 5/10/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > Untested, but I think this would work: > > > > find man -name Makefile.in -exec sed -i 's/groups\.1 //' {} ';' > > Seems to work. Before configure, of course. s/Makefile.in/Makefile/ to

Re: Little note on psmisc

2007-05-10 Thread Chris Staub
Dan Nicholson wrote: > On 5/10/07, Matthew Burgess <[EMAIL PROTECTED]> wrote: >> Can someone with more Automake/Makefile foo explain to me why those 5 man >> pages aren't being installed please? It might just be a conincidence, but >> they all appear on the same line in the definition of man_MANS

Re: Little note on psmisc

2007-05-10 Thread Dan Nicholson
On 5/10/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > Untested, but I think this would work: > > find man -name Makefile.in -exec sed -i 's/groups\.1 //' {} ';' Seems to work. Before configure, of course. s/Makefile.in/Makefile/ to keep the command in the spot it is now. -- Dan -- http://linu

Re: Little note on psmisc

2007-05-10 Thread Dan Nicholson
On 5/10/07, Matthew Burgess <[EMAIL PROTECTED]> wrote: > > Can someone with more Automake/Makefile foo explain to me why those 5 man > pages aren't being installed please? It might just be a conincidence, but > they all appear on the same line in the definition of man_MANS in > man/Makefile! Othe

Re: Little note on psmisc

2007-05-10 Thread Matthew Burgess
On Thursday 10 May 2007 20:29:50 Matthew Burgess wrote: > Can someone with more Automake/Makefile foo explain to me why those 5 man > pages aren't being installed please? Ah, it looks like it's a translation issue, perhaps? root:/usr/share# find . -name groupdel.8 ./man/it/man8/groupdel.8 ./man/

Re: Little note on psmisc

2007-05-10 Thread M.Canales.es
El Jueves, 10 de Mayo de 2007 21:11, Bruce Dubbs escribió: > Looking at the source and then running `genl -help` I get > > $ ./genl -help > Usage: genl [ OPTIONS ] OBJECT | help } > where OBJECT := { ctrl etc } >OPTIONS := { -s[tatistics] | -d[etails] | -r[aw] } > > But I have no idea wha

Re: Little note on psmisc

2007-05-10 Thread Matthew Burgess
On Thursday 10 May 2007 20:01:04 M.Canales.es wrote: > El Jueves, 10 de Mayo de 2007 19:56, Matthew Burgess escribió: > > > In the same boat as that is groupmems, which is installed by Shadow. > > Again, no source of info as to what it is supposed to do. > > This one have a man page. At least it XM

Re: Little note on psmisc

2007-05-10 Thread Bruce Dubbs
M.Canales.es wrote: > El Jueves, 10 de Mayo de 2007 19:56, Matthew Burgess escribió: > >> Indeed, and there's no man page for it, and no useful info in --help for it >> either. I'm certainly not going to go and try to grok the source to figure >> out what on earth it does. > > Looks like is rela

Re: Little note on psmisc

2007-05-10 Thread M.Canales.es
El Jueves, 10 de Mayo de 2007 19:56, Matthew Burgess escribió: > Indeed, and there's no man page for it, and no useful info in --help for it > either. I'm certainly not going to go and try to grok the source to figure > out what on earth it does. Looks like is related to generic netlinks control

Re: Little note on psmisc

2007-05-10 Thread Matthew Burgess
So, I'm nearly ready to commit a patch to fix up the list of files and libraries for each package. However: > > And while you're fixing, 2 other notes: > > genl is installed by IPRoute, but not in the list > > Hmm, looks like a new program...didn't exist at the time of LFS 6.2. Indeed, and ther

Re: Little note on psmisc

2007-04-21 Thread Matthew Burgess
On Saturday 21 April 2007 21:20, Chris Staub wrote: > Tijnema ! wrote: > > > > Look a little bit higher on that page. Until you see: Installed programs: > > fuser, killall, pstree, and pstree.x11 (link to pstree) > > Ah, I see (and forwarding this message to the correct list. Thanks. Also note th

Re: Little note on psmisc

2007-04-21 Thread Chris Staub
Tijnema ! wrote: > On 4/21/07, Chris Staub <[EMAIL PROTECTED]> wrote: >> You're right, this isn't the right list. But I'll answer anyway... >> >> I see "oldfuser" in the list of Psmisc programs, in both the stable book >> - http://www.linuxfromscratch.org/lfs/view/stable/chapter06/psmisc.html >> -