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

Contents of /rpms/e-smith-mysql/sme8/e-smith-mysql-1.12.0.failed_restore.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 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/etc/e-smith/sql/init/00_restore_dumped_dbs mezzanine_patched_e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs
2 --- e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs 2006-11-09 22:24:54.000000000 -0500
3 +++ mezzanine_patched_e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs 2006-11-09 22:24:36.000000000 -0500
4 @@ -1,7 +1,7 @@
5 #! /bin/sh
6
7 ( cat /home/e-smith/db/mysql/mysql.dump ;
8 - cat /service/mysqld/set.password ) | mysql
9 + cat /service/mysqld/set.password ) | mysql || exit 1
10 P=$(cat /var/run/mysqld/mysqld.pid)
11 /bin/rm /var/run/mysqld/mysqld.pid
12 kill -TERM $P

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