Mention default 'logbooks' subdir

SVN revision: 392
This commit is contained in:
Stefan Ritt 2003-02-14 23:24:43 +00:00
parent 814501bb13
commit 38f4eda468

View File

@ -273,8 +273,10 @@ autmatically by the <code><b>elogd</b></code> program. The subdirectory is relat
to the logbook root directory specified with the <b><code>Logbook dir = ...</code></b> to the logbook root directory specified with the <b><code>Logbook dir = ...</code></b>
option. So if <b><code>Logbook dir = /usr/local/elog/logbooks</b></code> and option. So if <b><code>Logbook dir = /usr/local/elog/logbooks</b></code> and
<b><code>Subdir = Demo</b></code> then the logbook data is stored in <b><code> <b><code>Subdir = Demo</b></code> then the logbook data is stored in <b><code>
/user/local/elog/logbooks/Demo</b></code>. If the subdirectory starts with a "/" /user/local/elog/logbooks/Demo</b></code>. If the <b><code>Logbook dir = ...</code></b>
("\" under Windows), then it is used as an absolute path independent of the logbook dir. option is not specified, then <b><code>logbooks</code></b> is used. If the subdirectory
starts with a "/" ("\" under Windows), then it is used as an absolute path independent
of the logbook dir. To see which directories are used, start <b><code>elogd</b></code> with the "-v" flag.
<p> <p>
<LI><b><code>Comment = &lt;comment&gt;</code></b> <LI><b><code>Comment = &lt;comment&gt;</code></b>
@ -794,9 +796,9 @@ only. When the browser is restarted, the password must be re-entered.<P>
An alternative to the read/write/admin passwords is the user level access with a An alternative to the read/write/admin passwords is the user level access with a
password file. This file contains user names and passwords in following format: password file. This file contains user names and passwords in following format:
<p> <p>
<ul><code><pre>&lt;login name1&gt;:&lt;password1&gt;:&lt;full name1&gt;:&lt;email1&gt;&lt;notify1&gt; <ul><code><pre>&lt;login name1&gt;:&lt;password1&gt;:&lt;full name1&gt;:&lt;email1&gt;:&lt;notify1&gt;
&lt;login name2&gt;:&lt;password2&gt;:&lt;full name2&gt;:&lt;email2&gt;&lt;notify2&gt; &lt;login name2&gt;:&lt;password2&gt;:&lt;full name2&gt;:&lt;email2&gt;:&lt;notify2&gt;
&lt;login name3&gt;:&lt;password3&gt;:&lt;full name3&gt;:&lt;email3&gt;&lt;notify3&gt; &lt;login name3&gt;:&lt;password3&gt;:&lt;full name3&gt;:&lt;email3&gt;:&lt;notify3&gt;
...</pre></code></ul> ...</pre></code></ul>
<p> <p>