Author: trasz
Date: Mon Mar 14 18:57:09 2016
New Revision: 296870
URL: https://svnweb.freebsd.org/changeset/base/296870

Log:
  Restore accidentaly removed comment line.
  
  MFC after:    1 month
  Sponsored by: The FreeBSD Foundation

Modified:
  head/etc/autofs/special_media

Modified: head/etc/autofs/special_media
==============================================================================
--- head/etc/autofs/special_media       Mon Mar 14 18:54:29 2016        
(r296869)
+++ head/etc/autofs/special_media       Mon Mar 14 18:57:09 2016        
(r296870)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to