You are not logged in.
Pages: 1
Curious to know why the AutoFS configuration is such:
/etc/conf.d autofs
/etc/autofs/*
/etc/default/autofs
as opposed to something like Gentoo's:
/etc/autofs/*
where the options being passed to automount are in the "auto.master" instead of spread out between "/etc/conf.d/autofs" and "/etc/default/autofs".
I think that passing the options via "auto.master" is closer to what the man pages describe. I suppose I could always change the script "/etc/rc.d/autofs". Any insights?
Offline
I don't see anything wrong with current autofs config files scheme. And the need of changing any rc.d scripts by user means that they are poorly written because doesn't allow changing some options without changing script's code.
to live is to die
Offline
You could submit a feature request via the bug tracker and see if the devs agree with your logic.
Offline
I'll try the feature request route, only because I think the locations could be simpler for these config files (in one place under /etc).
Offline
Pages: 1