Blame SOURCES/autofs-5.1.4-add-man-page-note-about-extra-slashes-in-paths.patch

304803
autofs-5.1.4 - add man page note about extra slashes in paths
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
Make note of the effect unnecessary multiple slashes can have in map
304803
paths in auto.master(5).
304803
---
304803
 CHANGELOG            |    1 +
304803
 man/auto.master.5.in |    8 ++++++++
304803
 2 files changed, 9 insertions(+)
304803
304803
--- autofs-5.0.7.orig/CHANGELOG
304803
+++ autofs-5.0.7/CHANGELOG
304803
@@ -298,6 +298,7 @@
304803
 - fix create_client() RPC client handling.
304803
 - dont allow trailing slash in master map mount points.
304803
 - fix fd leak in rpc_do_create_client().
304803
+- add man page note about extra slashes in paths.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
--- autofs-5.0.7.orig/man/auto.master.5.in
304803
+++ autofs-5.0.7/man/auto.master.5.in
304803
@@ -66,6 +66,14 @@ will process the map according to the sp
304803
 map entries. Indirect map entries must be unique in the master map so
304803
 second and subsequent entries for an indirect mount point are ignored by
304803
 .BR automount (8).
304803
+.TP
304803
+.B NOTE:
304803
+autofs currently does not collapse multiple slashes in paths, it's
304803
+necessary to ensure paths used in maps are correct. If unnecessary multiple
304803
+slashes are present in a path it can lead to unexpected failures such as
304803
+an inability to expire automounts. An exception to this is a trailing slash
304803
+at the end of the automount point path in the master map which will be
304803
+removed if present.
304803
 .SH "FORMAT"
304803
 Master map entries have three fields separated by an arbitrary number
304803
 of spaces or tabs. Lines beginning with # are comments. The first field