On Wed, 31 Mar 2004, Nate Carlson wrote: > modules=/proc/modules > [..] > if test -d $modules > [load modules] > > /proc/modules is a file, not a directory.. changed that to test -f > $modules; works fine now. Oops. you're right. I've commited the fix to cvs. Thanks! Paul