/[smeserver]/rpms/e-smith-mysql/sme10/e-smith-mysql-2.6.0-bz11468.patch
ViewVC logotype

Contents of /rpms/e-smith-mysql/sme10/e-smith-mysql-2.6.0-bz11468.patch

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


Revision 1.1 - (show annotations) (download)
Fri Mar 19 02:48:47 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-mysql-2_6_0-21_el7_sme, e-smith-mysql-2_6_0-22_el7_sme, HEAD
* Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-21.sme
- fix wrong path for set password [SME: 11468]

1 diff -Nur --no-dereference e-smith-mysql-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs e-smith-mysql-2.6.0/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs
2 --- e-smith-mysql-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs 2021-03-18 22:44:32.895000000 -0400
3 +++ e-smith-mysql-2.6.0/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs 2021-03-18 22:46:45.724000000 -0400
4 @@ -1,7 +1,7 @@
5 #! /bin/sh
6
7 ( cat /home/e-smith/db/mysql/mysql.dump ;
8 - cat /service/mariadb/set.password ) | mysql || exit 1
9 + cat /var/lib/mysql/set.password ) | mysql || exit 1
10 /usr/bin/mysql_upgrade
11 /bin/rm /var/run/mariadb/mariadb.pid
12 /usr/bin/systemctl restart mariadb.service

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