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

Contents 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.2 - (show annotations) (download)
Thu Feb 21 18:36:53 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch contribs7 of package smeserver-oats-0.0.1-1.src.rpm

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