SOURCES: mythweb-config.patch - set path to writable image_cache d...
glen
glen at pld-linux.org
Wed Oct 26 00:20:47 CEST 2005
Author: glen Date: Tue Oct 25 22:20:47 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- set path to writable image_cache directory
---- Files affected:
SOURCES:
mythweb-config.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/mythweb-config.patch
diff -u SOURCES/mythweb-config.patch:1.1 SOURCES/mythweb-config.patch:1.2
--- SOURCES/mythweb-config.patch:1.1 Tue Oct 25 23:22:08 2005
+++ SOURCES/mythweb-config.patch Wed Oct 26 00:20:42 2005
@@ -74,3 +74,15 @@
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');
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/mythweb-config.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list