Author: pebender
Date: Mon Jun 15 14:55:56 2009
New Revision: 4953

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lighttpd-dir.conf

Log:
- Fixed web server settings so the files in /var/log, /usr/versions and
   /usr/local/versions are served as text files.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Mon Jun 15  
14:55:56 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 67 (2009-06-14):
+Changes since 67 (2009-06-15):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -35,6 +35,8 @@
      - Fixed a bug that caused internal volume control with LIRC to fail.
      - Fixed a bug that caused mm_local_install to fail due to no supporting
        redirects.
+    - Fixed web server settings so the files in /var/log, /usr/versions and
+      /usr/local/versions are served as text files.

  Fixed build system
      - Patched legacy NVIDIA drivers so that they build with kernel 2.6.30.

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lighttpd-dir.conf
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lighttpd-dir.conf
        
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lighttpd-dir.conf
        
Mon Jun 15 14:55:56 2009
@@ -37,7 +37,7 @@
      ""         => "application/octet-stream",
  )

-$HTTP["url"] =~ "^/etc/|/lib/udev/rules.d/|/srv/www/software/(base|build| 
extras)/(licenses|versions)/" {
+$HTTP["url"] =~ "^/etc/|/lib/udev/rules.d/|/srv/www/software/(base|build| 
extras)/(licenses|versions)|/usr/local/versions|/usr/(versions| 
version_build)|/var/log/" {
      mimetype.assign = (
          ".tar.bz2" => "application/x-bzip-compressed-tar",
          ".bz2"     => "application/x-bzip2",

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to