Steve wrote: > > To the error itself... I'm not sure about BasicLinux, > but /usr/X11R6/bin/X used to be a link to the correct > XFree86 driver in the old days,
Yup, that's the one. > To be more specific, if you type > $ ls -l $(which X) Sorry, no 'which' in BasicLinux. That's what got our scripting competition going. The following should work: ----------------------- dir $(type -path which) ----------------------- Perhaps in the next version of BasicLinux I should alias 'type -path' to which? > Since the md5sum executable is only ~14k maybe that's > something Steven might consider... (or for that matter, > it might already be included). Nope, not included. However, if there were requests from users for md5sum, I would put it in. Cheers, Steven
