/[smeserver]/rpms/e-smith-mysql/sme7/e-smith-mysql-2.0.0-FixErrorLogDetectionAlgorithm.patch
ViewVC logotype

Contents of /rpms/e-smith-mysql/sme7/e-smith-mysql-2.0.0-FixErrorLogDetectionAlgorithm.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Feb 23 13:01:01 2009 UTC (15 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Mon Feb 23 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme
- Rework log-error logic [SME: 4807]

1 --- e-smith-mysql-2.0.0/root/etc/e-smith/templates/etc/my.cnf/010mysqld-log-error.FixErrorLogDetectionAlgorithm 2003-12-18 23:10:32.000000000 +0100
2 +++ e-smith-mysql-2.0.0/root/etc/e-smith/templates/etc/my.cnf/010mysqld-log-error 2008-12-02 16:12:20.000000000 +0100
3 @@ -5,7 +5,7 @@
4 if (-f "/usr/sbin/mysqld") {
5 $mysqld = "/usr/sbin/mysqld";
6 }
7 - open (MYSQLD, "$mysqld --help |")
8 + open (MYSQLD, "$mysqld --help --verbose |")
9 or return "# WARN: can't exec mysqld; skipping log-error setup";
10 $LogError = grep {/log-error/} <MYSQLD>;
11 close MYSQLD;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed