autofs-5.1.8 - fix use_ignore_mount_option description From: Ian Kent Fix a couple of grammer problem with the configuration setting use_ignore_mount_option description. Signed-off-by: Ian Kent --- CHANGELOG | 1 + redhat/autofs.conf.default.in | 4 ++-- samples/autofs.conf.default.in | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) --- autofs-5.1.4.orig/CHANGELOG +++ autofs-5.1.4/CHANGELOG @@ -126,6 +126,7 @@ - fix unterminated read in handle_cmd_pipe_fifo_message(). - fix memory leak in sasl_do_kinit() - fix fix mount tree startup reconnect. +- fix use_ignore_mount_option description. xx/xx/2018 autofs-5.1.5 - fix flag file permission. --- autofs-5.1.4.orig/redhat/autofs.conf.default.in +++ autofs-5.1.4/redhat/autofs.conf.default.in @@ -187,11 +187,11 @@ mount_nfs_default_protocol = 4 #disable_not_found_message = "no" # # use_ignore_mount_option - This option is used to enable the use of autofs -# pseudo option "disable". This option is used as a +# pseudo option "ignore". This option is used as a # hint to user space that the mount entry should be # ommitted from mount table listings. The default is # "no" to avoid unexpected changes in behaviour and -# so is an opt-in setting. +# is an opt-in setting. # #use_ignore_mount_option = no # --- autofs-5.1.4.orig/samples/autofs.conf.default.in +++ autofs-5.1.4/samples/autofs.conf.default.in @@ -186,11 +186,11 @@ browse_mode = no #disable_not_found_message = "no" # # use_ignore_mount_option - This option is used to enable the use of autofs -# pseudo option "disable". This option is used as a +# pseudo option "ignore". This option is used as a # hint to user space that the mount entry should be # ommitted from mount table listings. The default is # "no" to avoid unexpected changes in behaviour and -# so is an opt-in setting. +# is an opt-in setting. # #use_ignore_mount_option = no #