]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- specify path to mime.types
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 2 Apr 2005 00:15:45 +0000 (00:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb-config.patch -> 1.4

cvsweb-config.patch

index 49a398173ce71500f2e639185c84f4ddc963f574..a003aecf91863dabe20b17fa02901ef3ab5d709c 100644 (file)
@@ -50,3 +50,14 @@ diff -uNr cvsweb.orig/cvsweb.cgi cvsweb/cvsweb.cgi
           "*"     => "text/plain",
           );
  
+--- ./cvsweb.conf~     2005-04-02 03:05:40.000000000 +0300
++++ ./cvsweb.conf      2005-04-02 03:10:52.000000000 +0300
+@@ -279,7 +279,7 @@
+ # cvsweb to guess the correct mime-type on
+ # checkout; you can use the mime.types from
+ # apache here:
+-$mime_types = '/usr/local/web/apache/conf/mime.types';
++$mime_types = '/etc/mime.types';
+ # quick mime-type lookup; maps file-suffices to
+ # mime-types for displaying checkouts in the browser.
This page took 0.097641 seconds and 4 git commands to generate.