diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2018-01-06 22:05:04 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2018-01-06 22:05:04 +0000 |
commit | 53828664d422d437707b8d62a2031cdac6589f71 (patch) | |
tree | 46ea28db75e8dfe08d6a07af5a772cf46451bdf8 /share/misc | |
parent | 5213f26b97b8228cd98d4ed7ed090ac651204b1b (diff) |
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
. }
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/mime.types | 4 |
1 files 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 |