Ok - it may be bad form to reply to my own message, but I'm tired and I must 
note that the change I just suggested is a kludge that will only work 
reliably if you have compiled the supermount module for both 2.2.x and 2.4.x 
kernels.  A bit more creativity is required if you want it to work for 
"either or".  I'll leave that one as an exercise for someone with more energy 
than I've got!

DP


David G. Powers wrote:
> ------------------------------------------------------
> Solution...
> ------------------------------------------------------
> If you changed /etc/rc.d/init.d/mandrake_every_time you could solve this
> "problem"
>
> (both of these should occupy one line)
> -        [ ! -f "/lib/modules/$(uname -r)/fs/supermount.o" ] && [ -x
> /usr/bin/perl ];then
>
> +        [ ! -f "/lib/modules/$(uname -r)/fs/supermount.o" -a  ! -f
> "/lib/modules/$(uname -r)/kernel/fs/supermount/supermount.o"
>   ] && [ -x /usr/bin/perl ];then
>
> ------------------------------------------------------

Reply via email to