Mark writes:
> Ran it : only to get a message that tells me I'm using an
> unknown system. I then checked the rc.autofs script, which seems to
> imply that it will only work with Redhat or Debian.
>
> Now I r(ALL)tfm(s) and to the best of my knowledge nowhere is it stated
> that it only works with these two distributions only, other than inside
> the autofs script.
The limitation is only about the startup script (cause of using
internal functions like "pidof", "start-stop-daemon"...). So you can
just change the ended "case" struct or launch manually the daemons
(/usr/sbin/automount mount_point map_type map_name options)
-- Julien