/[smecontribs]/rpms/smeserver-oats/contribs7/smeserver-oats-2.0.3-db_source-template.patch
ViewVC logotype

Annotation of /rpms/smeserver-oats/contribs7/smeserver-oats-2.0.3-db_source-template.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Feb 3 02:53:30 2008 UTC (16 years, 3 months ago) by fetcher
Branch: MAIN
CVS Tags: smeserver-oats-2_0_3-7_el4_sme, smeserver-oats-2_0_3-6_el4_sme
fix- db source path added

1 fetcher 1.1 --- smeserver-oats-2.0.3/root/etc/e-smith/templates/etc/e-smith/sql/init/80oats.sql.db_source-template 2008-02-02 19:40:41.000000000 -0700
2     +++ smeserver-oats-2.0.3/root/etc/e-smith/templates/etc/e-smith/sql/init/80oats.sql 2008-02-02 19:44:59.000000000 -0700
3     @@ -10,6 +10,8 @@
4     /usr/bin/mysql <<EOF
5     CREATE DATABASE $db DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
6     use $db;
7     + # insert OATS db tables
8     + source /opt/oats/scripts/db/mysql_create.sql
9     use mysql;
10     GRANT ALL PRIVILEGES ON $db.* TO $user\@localhost
11     IDENTIFIED BY '$pass';

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