From 9df340aed92d00bf2e28d8554663ab143dfc5c34 Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 6 Jan 2018 22:05:03 +0000 Subject: [PATCH] Add fs to the application/octet-stream extensions, mostly for installXX.fs, to help with a problem noticed by tj@ and diagnosed by job@, ok phessler For OpenBSD distfile mirrors running httpd who want to do this before getting the updated mime.types, you can set: . types { . application/octet-stream fs . } --- share/misc/mime.types | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/misc/mime.types b/share/misc/mime.types index 5968eb99952..e0af212b253 100644 --- a/share/misc/mime.types +++ b/share/misc/mime.types @@ -1,4 +1,4 @@ -# $OpenBSD: mime.types,v 1.3 2015/06/21 12:15:09 reyk Exp $ +# $OpenBSD: mime.types,v 1.4 2018/01/06 22:05:03 sthen Exp $ application/atom+xml atom application/font-woff woff @@ -10,7 +10,7 @@ application/msword doc application/octet-stream bin exe dll application/octet-stream deb application/octet-stream dmg -application/octet-stream iso img +application/octet-stream fs iso img application/octet-stream msi msp msm application/pdf pdf application/postscript ps eps ai -- 2.20.1