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

Contents of /rpms/e-smith-mysql/sme7/e-smith-mysql-1.12.0.failed_restore.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, 8 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/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