/[smecontribs]/rpms/smeserver-oats/contribs7/smeserver-oats-2.0.3-db_httpd_templates-02.patch
ViewVC logotype

Annotation of /rpms/smeserver-oats/contribs7/smeserver-oats-2.0.3-db_httpd_templates-02.patch

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


Revision 1.1 - (hide annotations) (download)
Sat Feb 2 02:25:57 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
typos and missing quotes in templates

1 fetcher 1.1 --- smeserver-oats-2.0.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/88OptDomainOats.db_httpd_templates-02 2008-02-01 19:03:48.000000000 -0700
2     +++ smeserver-oats-2.0.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/88OptDomainOats 2008-02-01 19:15:49.000000000 -0700
3     @@ -12,13 +12,13 @@
4     $OUT = "";
5     $OUT .= "\n";
6     $OUT .= "# Redirect an existing hostname or domain to $DocRoot.\n";
7     - $OUT .=<VirtualHost 0.0.0.0:80>\n";
8     - $OUT .= ServerName $domain\n";
9     - $OUT .= DocumentRoot $DocRoot\n";
10     - $OUT .=</VirtualHost>\n";
11     - $OUT .=<VirtualHost 0.0.0.0:443>\n";
12     - $OUT .= ServerName $domain\n";
13     - $OUT .= DocumentRoot $DocRoot\n";
14     - $OUT .= SSLEngine on\n";
15     - $OUT .=</VirtualHost>\n";
16     + $OUT .= "<VirtualHost 0.0.0.0:80>\n";
17     + $OUT .= " ServerName $domain\n";
18     + $OUT .= " DocumentRoot $DocRoot\n";
19     + $OUT .= "</VirtualHost>\n";
20     + $OUT .= "<VirtualHost 0.0.0.0:443>\n";
21     + $OUT .= " ServerName $domain\n";
22     + $OUT .= " DocumentRoot $DocRoot\n";
23     + $OUT .= " SSLEngine on\n";
24     + $OUT .= "</VirtualHost>\n";
25     }
26     --- smeserver-oats-2.0.3/root/etc/e-smith/templates/etc/e-smith/sql/init/80oats.sql.db_httpd_templates-02 2008-02-01 19:03:48.000000000 -0700
27     +++ smeserver-oats-2.0.3/root/etc/e-smith/templates/etc/e-smith/sql/init/80oats.sql 2008-02-01 19:18:57.000000000 -0700
28     @@ -12,7 +12,7 @@
29     use $db;
30     #
31     use mysql;
32     - GRANT ALL PRIVILEGES ON $db.* TO $useer\@localhost
33     + GRANT ALL PRIVILEGES ON $db.* TO $user\@localhost
34     IDENTIFIED BY '$pass';
35     flush privileges;
36     EOF

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