--
Alain Coetmeur, Informatique-CDC DTA
mailto:[EMAIL PROTECTED]
> I'm sorry but how does this differ from what autofs already does? You
> compile lookup_samba.c to lookup_samba.so and install it in
> /usr/lib/autofs- then when you give "samba:...." on the autofs command
> line (instead of file:....", it dlopens
> /usr/lib/autofs/lookup_samba.so and runs lookup_init() etc...
>
> So if I create a .deb with just /usr/lib/autofs/lookup_samba.so in, it
> all automagically comes together....
100% Right #8} ...
I hadn't realised how it worked really.
I thought this was to be linked statically with autofs code.
maybe is it why I have prefered program maps...
it give me ideas 8*))
thanks again.