Updated areamgr.status macro file

This commit is contained in:
Michiel Broek 2002-12-01 21:02:44 +00:00
parent 002b449b69
commit 9227e972fa
4 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,8 @@ v0.35.06
are valid html files validated at http://validator.w3.org/
This upgrade is not automatic because you might have personal
changes in the templates that I do not want to overwrite.
Another one changed is areamgr.status, that one had an error
and did display garbage for the routevia address.
They are in ~/mbsebbs-0.xx.xx/examples/templates.tar and should
go into ~/english/macro/

Binary file not shown.

View File

@ -1495,7 +1495,7 @@ int node_doc(FILE *fp, FILE *toc, int page)
fprintf(fp, " File forward %s\n", getboolean(nodes.FileFwd));
fprintf(fp, " Advanced TIC %s", getboolean(nodes.AdvTic));
fprintf(fp, " Advanded SB %s", getboolean(nodes.TIC_AdvSB));
fprintf(fp, " Sen To lines %s\n", getboolean(nodes.TIC_To));
fprintf(fp, " Sent To lines %s\n", getboolean(nodes.TIC_To));
fprintf(fp, " Billing %s", getboolean(nodes.Billing));
fprintf(fp, " Bill direct %s", getboolean(nodes.BillDirect));
fprintf(fp, " Uplink add + %s\n", getboolean(nodes.AddPlus));

View File

@ -82,7 +82,7 @@ do
echo -e "Replace filename (empty is none)"
echo -n ": "
read REPL
echo -n "Magic filename (empty is no magic)"
echo -e "Magic filename (empty is no magic)"
echo -n ": "
read MAGIC
if [ ! -z "$DESC" ]; then