OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Aug-2006 20:03:47
Branch: OPENPKG_2_STABLE Handle: 2006081019034600
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/mysql mysql.spec rc.mysql
Log:
MFC: upstream vendor minor upgrade; fixes to rc.mysql:%restart
Summary:
Revision Changes Path
1.146.2.2 +2 -2 openpkg-src/mysql/mysql.spec
1.27.2.1 +1 -1 openpkg-src/mysql/rc.mysql
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.146.2.1 -r1.146.2.2 mysql.spec
--- openpkg-src/mysql/mysql.spec 20 Jun 2006 15:21:52 -0000
1.146.2.1
+++ openpkg-src/mysql/mysql.spec 10 Aug 2006 18:03:46 -0000
1.146.2.2
@@ -24,7 +24,7 @@
# package version
%define V_major 5.0
-%define V_minor 22
+%define V_minor 24
%define V_mysql %{V_major}.%{V_minor}
%define V_opkg %{V_major}.%{V_minor}
@@ -39,7 +39,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 2.20060622
+Release: 2.20060810
# package options
%option with_server yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/rc.mysql
============================================================================
$ cvs diff -u -r1.27 -r1.27.2.1 rc.mysql
--- openpkg-src/mysql/rc.mysql 11 Mar 2006 12:20:57 -0000 1.27
+++ openpkg-src/mysql/rc.mysql 10 Aug 2006 18:03:46 -0000 1.27.2.1
@@ -61,7 +61,7 @@
--defaults-extra-file=${mysql_pwd_file} \
shutdown
-%restart -p 400 -u @l_rusr@
+%restart -p 400 -u @l_susr@
rcService mysql enable yes || exit 0
rcService mysql active no && exit 0
rc mysql stop start
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]