On Mon, 2020-01-13 at 22:53 +0100, aliveTerraN . wrote: > After listening to your feedback Ian, I have added installed > configuration default information to the browse_mode parameter to > better distinguish it from program default. How does this look? > > Signed-off-by: Andreas Polnas <nurgrak@xxxxxxxxx> Looks good to me. I'll add the patch to my queue. Thanks Ian > --- > diff --git a/man/autofs.conf.5.in b/man/autofs.conf.5.in > index 39239d4..bbee5be 100644 > --- a/man/autofs.conf.5.in > +++ b/man/autofs.conf.5.in > @@ -63,7 +63,8 @@ but it is the best we can do. > .TP > .B browse_mode > .br > -Maps are browsable by default (program default "yes"). > +Maps are browsable by default (program default "yes", installed > +configuration default "no"). > .TP > .B mount_nfs_default_protocol > .br > diff --git a/redhat/autofs.conf.default.in > b/redhat/autofs.conf.default.in > index 09bb5dd..f456579 100644 > --- a/redhat/autofs.conf.default.in > +++ b/redhat/autofs.conf.default.in > @@ -46,7 +46,8 @@ timeout = 300 > # > #umount_wait = 12 > # > -# browse_mode - maps are browsable by default. > +# browse_mode - Maps are browsable by default. Internal program > +# default yes, installed configuration default no. > # > browse_mode = no > # > diff --git a/samples/autofs.conf.default.in > b/samples/autofs.conf.default.in > index 4a18f6f..f132413 100644 > --- a/samples/autofs.conf.default.in > +++ b/samples/autofs.conf.default.in > @@ -46,7 +46,8 @@ timeout = 300 > # > #umount_wait = 12 > # > -# browse_mode - maps are browsable by default. > +# browse_mode - Maps are browsable by default. Internal program > +# default yes, installed configuration default no. > # > browse_mode = no > #