[Bug 267636] The colon in the file name of the security report of the FreeBSD doc is not compatible with Microsoft Windows

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 15 Nov 2022 06:16:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267636

Graham Perrin <grahamperrin@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grahamperrin@freebsd.org
 Attachment #238084|text/html                   |text/plain
          mime type|                            |

--- Comment #2 from Graham Perrin <grahamperrin@freebsd.org> ---
Created attachment 238084
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238084&action=edit
Output from sysutils/bfs

(In reply to Philip Paeps from comment #1)

> … advisories and errata notices …

Checking for colons in paths elsewhere (I see nowhere else): 

find -s /usr/doc -name "*:*" -print

 * output not reproduced here

bfs -s /usr/doc -name "*:*" -print

 * output attached

find -s /usr/ports -name "*:*" -print
find -s /usr/src -name "*:*" -print

 * nothing found.

-- 
You are receiving this mail because:
You are the assignee for the bug.