> > And now, it's to have fun with "* -hosts", even if I already know
> > the solution ;-)
> >
>
> Well, -hosts won't work for real until autofs v4. A major rewrite of
> both kernel code and daemon are required.
Sorry, I was unclear. I wanted to say "It's time to have fun simulating "/mnt
-hosts" with submounts and variables". Of course, I will use autofs v4 as soon
as it is done.
By the way, in the line 47 of /sample/rc.autofs there is
if [ ! test -f $thisscript ]; then
isn't it a typo?
I guess "if [ ! -f $thisscript ]; then" is correct.
Thank you for all your work,
Marc