/[smeserver]/rpms/e-smith-mysql/sme8/e-smith-mysql-2.2.0-FixErrorLogDetectionAlgorithm.patch
ViewVC logotype

Annotation of /rpms/e-smith-mysql/sme8/e-smith-mysql-2.2.0-FixErrorLogDetectionAlgorithm.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Dec 2 15:19:34 2008 UTC (15 years, 7 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-mysql-2_2_0-2_el5_sme
* Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
- Fix log-error detection algorithm [SME: 4807]

1 snetram 1.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