]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- set path to writable image_cache directory
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Oct 2005 22:20:42 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythweb-config.patch -> 1.2

mythweb-config.patch

index 9c36ba547be3e73ece2bcc695c04750a802f2b88..1152a59f1a171e2f026bd09642ad09ea864bf3ac 100644 (file)
@@ -74,3 +74,15 @@ diff -ur ./mythweb/weather.php /tmp/mythweb/weather.php
      foreach($data as $line) {
      list($id, $name, $img) = explode(",", $line);
      if($name != $myname) continue;
+diff -u ./mythweb/config/conf.php /tmp/conf/conf.php
+--- ./mythweb/config/conf.php  2005-01-31 07:42:41.000000000 +0200
++++ /tmp/conf/conf.php 2005-10-26 00:15:19.000000000 +0300
+@@ -41,7 +41,7 @@
+     define('fs_encoding', 'ISO-8859-1');
+ // Path to the image cache directory
+-    define('image_cache', 'image_cache');
++    define('image_cache', '/var/cache/mythweb/image_cache');
+ // Local (web-friendly) path to the mythtv video dir (use a symlink to the real one - one will be auto-created if it can be)
+     define('video_dir', 'video_dir');
This page took 0.101261 seconds and 4 git commands to generate.