/[smeserver]/rpms/e-smith-mysql/sme8/e-smith-mysql-1.12.0-flushprivssemicolon.patch
ViewVC logotype

Contents of /rpms/e-smith-mysql/sme8/e-smith-mysql-1.12.0-flushprivssemicolon.patch

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 19:09:25 2007 UTC (17 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: e-smith-mysql-1_12_0-14_el5_sme, e-smith-mysql-1_12_0-15_el5_sme
Branch point for: e-smith-mysql-1_12_0-tree
Import on branch sme8 of package e-smith-mysql-1.12.0-14.el5.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-mysql-1.12.0/root/etc/e-smith/templates/var/service/mysqld/set.password mezzanine_patched_e-smith-mysql-1.12.0/root/etc/e-smith/templates/var/service/mysqld/set.password
2 --- e-smith-mysql-1.12.0/root/etc/e-smith/templates/var/service/mysqld/set.password 2006-04-18 13:19:18.798121882 +1000
3 +++ mezzanine_patched_e-smith-mysql-1.12.0/root/etc/e-smith/templates/var/service/mysqld/set.password 2006-04-18 13:18:51.858765704 +1000
4 @@ -7,5 +7,5 @@
5 $OUT .= "ALTER TABLE user MODIFY Password char(41) NOT NULL default '';\n";
6 $OUT .= "UPDATE user SET password=password('$pw') WHERE user='root';\n";
7 $OUT .= "DELETE FROM user WHERE user='';\n";
8 - $OUT .= "FLUSH PRIVILEGES\n";
9 + $OUT .= "FLUSH PRIVILEGES;\n";
10 }

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