Module Name:    src
Committed By:   mrg
Date:           Sat May 17 05:50:01 UTC 2014

Modified Files:
        src/libexec/httpd: content-bozo.c

Log Message:
enable .svg.  as prompted by agc@.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/libexec/httpd/content-bozo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/httpd/content-bozo.c
diff -u src/libexec/httpd/content-bozo.c:1.9 src/libexec/httpd/content-bozo.c:1.10
--- src/libexec/httpd/content-bozo.c:1.9	Thu Jan  2 08:21:38 2014
+++ src/libexec/httpd/content-bozo.c	Sat May 17 05:50:01 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: content-bozo.c,v 1.9 2014/01/02 08:21:38 mrg Exp $	*/
+/*	$NetBSD: content-bozo.c,v 1.10 2014/05/17 05:50:01 mrg Exp $	*/
 
 /*	$eterna: content-bozo.c,v 1.17 2011/11/18 09:21:15 mrg Exp $	*/
 
@@ -172,6 +172,7 @@ static bozo_content_map_t static_content
 	{ ".ice",	4, "x-conference/x-cooltalk",	"",		"", NULL },
 	{ ".wrl",	4, "x-world/x-vrml",		"",		"", NULL },
 	{ ".vrml",	5, "x-world/x-vrml",		"",		"", NULL },
+	{ ".svg",	5, "image/svg+xml",		"",		"", NULL },
 	{ NULL,		0, NULL,		NULL,		NULL, NULL }
 };
 

Reply via email to