summaryrefslogtreecommitdiffstats
path: root/etc/autofs
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2016-03-14 18:57:09 +0000
committertrasz <trasz@FreeBSD.org>2016-03-14 18:57:09 +0000
commit2e28f246643f29d130d205315a17f3b032a7ec62 (patch)
treeea3890aa5cf77c275cc3caa85af8522287f40100 /etc/autofs
parentaab6aadc586e30f7b3512d20c6a5f780bddc2de3 (diff)
downloadFreeBSD-src-2e28f246643f29d130d205315a17f3b032a7ec62.zip
FreeBSD-src-2e28f246643f29d130d205315a17f3b032a7ec62.tar.gz
Restore accidentaly removed comment line.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/autofs')
-rwxr-xr-xetc/autofs/special_media1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/autofs/special_media b/etc/autofs/special_media
index 32f9478..65bcf5a 100755
--- a/etc/autofs/special_media
+++ b/etc/autofs/special_media
@@ -21,6 +21,7 @@ print_available() {
_label="${_fstype_and_label#* }"
# Replace plus signs and slashes with minuses;
# leading plus signs have special meaning in maps,
+ # and multi-component keys are just not supported.
_label="$(echo ${_label} | sed 's,[+/],-,g')"
echo "${_label}"
continue
OpenPOWER on IntegriCloud