OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Oct-2005 17:39:45
Branch: HEAD Handle: 2005102916394500
Modified files:
openpkg-src/mysql mysql.spec
Log:
fix server startup problems introduced in mysql-4.1.14 where
mysqld_safe.sh uses new logic to find data directory but is being
taken in by the OpenPKG filesystem layout
Summary:
Revision Changes Path
1.132 +2 -1 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.131 -r1.132 mysql.spec
--- openpkg-src/mysql/mysql.spec 20 Oct 2005 18:09:04 -0000 1.131
+++ openpkg-src/mysql/mysql.spec 29 Oct 2005 15:39:45 -0000 1.132
@@ -39,7 +39,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20051020
+Release: 20051029
# package options
%option with_server yes
@@ -88,6 +88,7 @@
%prep
%setup -q
%patch -p0
+ %{l_shtool} subst -e 's;\(DATADIR=.*/var$\);\1/mysql;'
scripts/mysqld_safe.sh
%build
# patch file search path
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]