Hi,

This is a case missmatch in the file and directory name. The program 
search for all lowercase file name but the file at CDS are all uppercase.

I download my version a long time ago to Windows and later copy the fat 
disk to ext3. In the process all my file name are lowercase!

I correct that for the next version.
If you want to use your GSC in the mean time you have to rename all the 
file and directory.
You can do that by runnning the following command in each directory:

for file in `ls -1`; do
    lfile=$(echo $file | tr [A-Z] [a-z] )
    mv -u ${file} ${lfile}
done

Regards,
Patrick





------------------------ Yahoo! Groups Sponsor --------------------~--> 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EA3HyD/3MnJAA/79vVAA/1.XolB/TM
--------------------------------------------------------------------~-> 

To Post a message, send it to:   [email protected]

To Unsubscribe, send a blank message to: 
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/skychart-discussion/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to