Updated docs and configure script

This commit is contained in:
Michiel Broek 2002-08-07 20:20:26 +00:00
parent 92429f47fe
commit bf178e4261
3 changed files with 16 additions and 15 deletions

8
configure vendored
View File

@ -7794,8 +7794,8 @@ echo "$as_me:$LINENO: checking location of joe editor" >&5
echo $ECHO_N "checking location of joe editor... $ECHO_C" >&6
for joebin in /usr/bin /usr/local/bin /usr/pkg/bin NONE; do
if test "$joebin" = "NONE"; then
{ echo "$as_me:$LINENO: WARNING: not found" >&5
echo "$as_me: WARNING: not found" >&2;}
echo "$as_me:$LINENO: result: not found" >&5
echo "${ECHO_T}not found" >&6
elif test -x $joebin/joe; then
echo "$as_me:$LINENO: result: $joebin" >&5
@ -7807,8 +7807,8 @@ echo "$as_me:$LINENO: checking location of joe rc files" >&5
echo $ECHO_N "checking location of joe rc files... $ECHO_C" >&6
for joelib in /etc/joe /usr/lib/joe /usr/local/etc/joe /usr/local/lib/joe /usr/pkg/lib /usr/pkg/etc NONE; do
if test "$joelib" = "NONE"; then
{ echo "$as_me:$LINENO: WARNING: not found" >&5
echo "$as_me: WARNING: not found" >&2;}
echo "$as_me:$LINENO: result: not found" >&5
echo "${ECHO_T}not found" >&6
elif test -f $joelib/joerc; then
echo "$as_me:$LINENO: result: $joelib" >&5

View File

@ -198,7 +198,7 @@ dnl
AC_MSG_CHECKING(location of joe editor)
for joebin in /usr/bin /usr/local/bin /usr/pkg/bin NONE; do
if test "$joebin" = "NONE"; then
AC_MSG_WARN(not found)
AC_MSG_RESULT(not found)
elif test -x $joebin/joe; then
AC_SUBST(joebin)
AC_MSG_RESULT($joebin)
@ -208,7 +208,7 @@ done
AC_MSG_CHECKING(location of joe rc files)
for joelib in /etc/joe /usr/lib/joe /usr/local/etc/joe /usr/local/lib/joe /usr/pkg/lib /usr/pkg/etc NONE; do
if test "$joelib" = "NONE"; then
AC_MSG_WARN(not found)
AC_MSG_RESULT(not found)
elif test -f $joelib/joerc; then
AC_SUBST(joelib)
AC_MSG_RESULT($joelib)

View File

@ -12,10 +12,10 @@
</HEAD>
<BODY>
<BLOCKQUOTE>
<h5>Last update 29-Jun-2002</h5>
<P>&nbsp;<P>
<div align=right><h5>Last update 07-Aug-2002</h5></div>
<P>
<H1>mbfido, the fidonet mail and files processor.</H1>
<div align=center><H1>mbfido, the fidonet mail and files processor.</H1></div>
<P>
<h3>Synopsis.</H3>
@ -102,20 +102,21 @@ After that is the message will be forwarded to downlinks
by adding the message to the mailqueue.
<P>&nbsp;<P>
<h3>Adding mail to the outbound.</h3>
<h3>Adding mail and files to the outbound.</h3>
<P>
Adding mail to the outbound is done in two passes. The first pass is to put all
outgoing mail into the ~/tmp directory, these files are named z.n.n.p.ext
Adding mail and file to the outbound is done in two passes. The first pass is to put all
outgoing mail into the ~/var/queue/z.n.n.p directory, the last letters are
replaced by the digits of the nodenumber.
The extension can be qqq for packed mail, nnn for normal unpacked mail, hhh for
hold unpacked mail and ccc for crash unpacked mail. Adding mail to this tmp
directory can allways be done, even if one of the nodes you are adding mail
hold unpacked mail and ccc for crash unpacked mail. Adding mail and files to
this directory can allways be done, even if one of the nodes you are adding mail
for is having a mail session with your system. This is a safe operation.<br>
In the second pass, these temp files are really added to the outbound, but
only if the destination node is not locked, ie. there is no current mailsession
with that node. If there is a mail session going, these temp files will stay in
the temp directory and are added to the outbound in a later run of
<strong>mbfido</strong>. If adding the mail to the outbound succeeds
the temporary file is removed.
the temporary files and directory is removed.
<P>&nbsp;<P>
<H3>Alias file.</H3>