Oh, one other thing that occurred was that my "man" stopped working.
All of a sudden, I was getting this prompt: /usr/bin/man: illegal
option -- C
So I went to the FAQ and saw something about "make" not working anymore
(same error) and a little more investigation showed this in my log:
echo "#!/bin/sh" > man
echo '/usr/bin/man -C /sw/etc/man.conf $*' >> man
chmod 755 man
mkdir /sw/src/root-manconf-20020121-1/sw/bin
mkdir /sw/src/root-manconf-20020121-1/sw/etc
cp man.conf /sw/src/root-manconf-20020121-1/sw/etc
cp man /sw/src/root-manconf-20020121-1/sw/bin
rm -f /sw/src/root-manconf-20020121-1/sw/info/dir
/sw/src/root-manconf-20020121-1/sw/info/dir.old
/sw/src/root-manconf-20020121-1/sw/share/info/dir
/sw/src/root-manconf-20020121-1/sw/share/info/dir.old
rm -rf manconf-20020121-1
Writing control file...
So my default man was a script in /sw/bin/ that put a bad flag -C in my
command. Not nice!
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users
- Re: [Fink-users] Other problem... Mark Jaffe
- Re: [Fink-users] Other problem... Alexander Hansen
