diff options
author | trasz <trasz@FreeBSD.org> | 2016-03-14 18:57:09 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2016-03-14 18:57:09 +0000 |
commit | 2e28f246643f29d130d205315a17f3b032a7ec62 (patch) | |
tree | ea3890aa5cf77c275cc3caa85af8522287f40100 | |
parent | aab6aadc586e30f7b3512d20c6a5f780bddc2de3 (diff) | |
download | FreeBSD-src-2e28f246643f29d130d205315a17f3b032a7ec62.zip FreeBSD-src-2e28f246643f29d130d205315a17f3b032a7ec62.tar.gz |
Restore accidentaly removed comment line.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
-rwxr-xr-x | etc/autofs/special_media | 1 |
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 |