Author: shadzik Date: Tue Aug 11 11:25:37 2009 GMT Module: packages Tag: HEAD ---- Log message: - find our mysqld
---- Files affected: packages/akonadi: akonadi-mysqlpath.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/akonadi/akonadi-mysqlpath.patch diff -u /dev/null packages/akonadi/akonadi-mysqlpath.patch:1.1 --- /dev/null Tue Aug 11 13:25:37 2009 +++ packages/akonadi/akonadi-mysqlpath.patch Tue Aug 11 13:25:32 2009 @@ -0,0 +1,20 @@ +--- server/src/storage/datastore.h.old 2009-08-11 13:21:23.575567291 +0200 ++++ server/src/storage/datastore.h 2009-08-11 13:21:45.620417194 +0200 +@@ -60,7 +60,7 @@ + Password=***** + #Options=UNIX_SOCKET=/home/foo/.local/share/akonadi/db_misc/mysql.socket + StartServer=true +-ServerPath=/usr/sbin/mysqld ++ServerPath=/sbin/mysqld + + [QSQLITE] + Name=/home/foo/.local/share/akonadi/akonadi.db +--- server/CMakeLists.txt.old 2009-08-11 13:18:41.682055997 +0200 ++++ server/CMakeLists.txt 2009-08-11 13:19:22.258718400 +0200 +@@ -1,5 +1,5 @@ + +-find_program( MYSQLD_EXECUTABLE mysqld /usr/sbin /usr/local/sbin /usr/libexec /usr/local/libexec /opt/mysql/libexec ) ++find_program( MYSQLD_EXECUTABLE mysqld /sbin /usr/local/sbin /usr/libexec /usr/local/libexec /opt/mysql/libexec ) + if( MYSQLD_EXECUTABLE) + message( STATUS "MySQL Server found." ) + else ( MYSQLD_EXECUTABLE ) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
