summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2014-06-13 20:53:17 +0000
committerrobert <robert@openbsd.org>2014-06-13 20:53:17 +0000
commit4c1d8c06a8b62c3212910fef808982d7e2325968 (patch)
treee2afa648c1e1b57ad47b525c706f934015f6e332
parenttypo (diff)
downloadwireguard-openbsd-4c1d8c06a8b62c3212910fef808982d7e2325968.tar.xz
wireguard-openbsd-4c1d8c06a8b62c3212910fef808982d7e2325968.zip
fix duplicate entry for the eot extension; noted by ajacoutot@
-rw-r--r--usr.sbin/nginx/conf/mime.types3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/nginx/conf/mime.types b/usr.sbin/nginx/conf/mime.types
index fb1c1b7c424..4f428ab6522 100644
--- a/usr.sbin/nginx/conf/mime.types
+++ b/usr.sbin/nginx/conf/mime.types
@@ -1,4 +1,4 @@
-# $OpenBSD: mime.types,v 1.7 2014/06/12 15:27:08 robert Exp $
+# $OpenBSD: mime.types,v 1.8 2014/06/13 20:53:17 robert Exp $
types {
text/html html htm shtml;
@@ -80,7 +80,6 @@ types {
application/octet-stream bin exe dll;
application/octet-stream deb;
application/octet-stream dmg;
- application/octet-stream eot;
application/octet-stream iso img;
application/octet-stream msi msp msm;