--- 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 +++ smeserver-oats-2.0.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/88OptDomainOats 2008-02-01 19:15:49.000000000 -0700 @@ -12,13 +12,13 @@ $OUT = ""; $OUT .= "\n"; $OUT .= "# Redirect an existing hostname or domain to $DocRoot.\n"; - $OUT .=\n"; - $OUT .= ServerName $domain\n"; - $OUT .= DocumentRoot $DocRoot\n"; - $OUT .=\n"; - $OUT .=\n"; - $OUT .= ServerName $domain\n"; - $OUT .= DocumentRoot $DocRoot\n"; - $OUT .= SSLEngine on\n"; - $OUT .=\n"; + $OUT .= "\n"; + $OUT .= " ServerName $domain\n"; + $OUT .= " DocumentRoot $DocRoot\n"; + $OUT .= "\n"; + $OUT .= "\n"; + $OUT .= " ServerName $domain\n"; + $OUT .= " DocumentRoot $DocRoot\n"; + $OUT .= " SSLEngine on\n"; + $OUT .= "\n"; } --- 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 +++ 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 @@ -12,7 +12,7 @@ use $db; # use mysql; - GRANT ALL PRIVILEGES ON $db.* TO $useer\@localhost + GRANT ALL PRIVILEGES ON $db.* TO $user\@localhost IDENTIFIED BY '$pass'; flush privileges; EOF