From: <abe...@us...> - 2015-08-17 17:59:55
|
Revision: 7198 http://sourceforge.net/p/astlinux/code/7198 Author: abelbeck Date: 2015-08-17 17:59:54 +0000 (Mon, 17 Aug 2015) Log Message: ----------- fossil, use /mnt/kd/fossil/tmp as the tmp dir if it exists Added Paths: ----------- branches/1.0/package/fossil/fossil-0002-tmp-file.patch Added: branches/1.0/package/fossil/fossil-0002-tmp-file.patch =================================================================== --- branches/1.0/package/fossil/fossil-0002-tmp-file.patch (rev 0) +++ branches/1.0/package/fossil/fossil-0002-tmp-file.patch 2015-08-17 17:59:54 UTC (rev 7198) @@ -0,0 +1,12 @@ +--- fossil-1.33/src/sqlite3.c.orig 2015-08-17 12:26:08.000000000 -0500 ++++ fossil-1.33/src/sqlite3.c 2015-08-17 12:34:29.000000000 -0500 +@@ -30883,8 +30883,8 @@ + 0, + 0, + 0, ++ "/mnt/kd/fossil/tmp", + "/var/tmp", +- "/usr/tmp", + "/tmp", + 0 /* List terminator */ + }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |