Re: [Fink-users] man pages not working

2002-08-26 Thread Derek Homeier
On Monday, August 26, 2002, at 05:01 AM, Martin Costabel wrote: > For a temporary fix, until the Jaguar stuff is completely sorted out, you > can probably safely remove /sw/bin/man. Another possibility would be to > install the 'man' package instead of the 'manconf' package, but this will > pr

Re: [Fink-users] man pages not working

2002-08-26 Thread Martin Costabel
Fink has two packages providing alternative versions of /sw/bin/man: Scot Ballard wrote: > I am not using jaguar yet, but man does seem to be a shell script on > the stock fink distro. > > Mon 1:46:32am ~{810} %fink --version > Package manager version: 0.9.12 > Distribution version: 0.4.0 > Mon

Re: [Fink-users] man pages not working

2002-08-26 Thread segment289
On Monday, August 26, 2002, at 04:52 , Scot Ballard wrote: > I am not using jaguar yet, but man does seem to be a shell script on > the stock fink distro. > > Mon 1:46:32am ~{810} %fink --version > Package manager version: 0.9.12 > Distribution version: 0.4.0 > Mon 1:46:43am ~{811} %file /sw/bin

Re: [Fink-users] man pages not working

2002-08-26 Thread Martin Costabel
Thom Peters II wrote: [] > [Luna:~] thom% which man > /sw/bin/man > [Luna:~] thom% more /sw/bin/man > #!/bin/sh > exec /usr/bin/man -C /sw/etc/man.conf $* > [Luna:~] thom% man man > /usr/bin/man: illegal option -- C One of the more annoying changes in 10.2. Apple went back to an ancient crippled

Re: [Fink-users] man pages not working

2002-08-26 Thread Scot Ballard
I am not using jaguar yet, but man does seem to be a shell script on the stock fink distro. Mon 1:46:32am ~{810} %fink --version Package manager version: 0.9.12 Distribution version: 0.4.0 Mon 1:46:43am ~{811} %file /sw/bin/man /sw/bin/man: Bourne shell script text Mon 1:48:28am ~{812} %cat /sw/

Re: [Fink-users] man pages not working

2002-08-26 Thread segment289
On Monday, August 26, 2002, at 12:47 , Thom Peters II wrote: > [Luna:~] thom% which man > /sw/bin/man > [Luna:~] thom% more /sw/bin/man > #!/bin/sh > exec /usr/bin/man -C /sw/etc/man.conf $* That's very odd indeed. My /sw/bin/man is a compiled executable, not a shell program: $ file /sw/bin/m

[Fink-users] man pages not working

2002-08-25 Thread Thom Peters II
Hi all, First off, thanks for everything guys. I just updated to Mac OS 10.2 and did a few "fink update all"s. Now tcsh doesn't work the way it used to, and the aliases are gone, but I suspect that's Mac OS X's fault. More importantly, for some reason "man" doesn't work anym