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

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

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 18:44:56 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

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