From 2bad1d2cc99f713d10f447d018742eb03453d422 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Sep 2001 11:03:22 +0000 Subject: silly syntax error and doc updates --- httemplate/docs/config.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'httemplate/docs/config.html') diff --git a/httemplate/docs/config.html b/httemplate/docs/config.html index f26ff0f78..deae044d2 100644 --- a/httemplate/docs/config.html +++ b/httemplate/docs/config.html @@ -29,13 +29,12 @@ dbpassword All further configuration files and directories are located in /usr/local/etc/freeside/conf.datasource, for example, -/usr/local/etc/freeside/conf.DBI:Pg:host=localhost;dbname=freeside (remember to backslash-escape the ; character when creating directories in the shell: mkdir /usr/local/etc/freeside/conf.DBI:Pg:host=localhost\;dbname=freeside). +/usr/local/etc/freeside/conf.DBI:Pg:host=localhost;dbname=freeside (remember to backslash-escape the ; character when creating directories in the shell: mkdir /usr/local/etc/freeside/conf.DBI:Pg:host=localhost\;dbname=freeside). Files listed in red are requried.