Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd enable .svg. as prompted by agc@.



details:   https://anonhg.NetBSD.org/src/rev/caee48c04616
branches:  trunk
changeset: 329257:caee48c04616
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat May 17 05:50:01 2014 +0000

description:
enable .svg.  as prompted by agc@.

diffstat:

 libexec/httpd/content-bozo.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3145d9780d93 -r caee48c04616 libexec/httpd/content-bozo.c
--- a/libexec/httpd/content-bozo.c      Sat May 17 04:07:15 2014 +0000
+++ b/libexec/httpd/content-bozo.c      Sat May 17 05:50:01 2014 +0000
@@ -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 @@
        { ".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 }
 };
 



Home | Main Index | Thread Index | Old Index