From 9227e972faa43666891bc2680c5f20bc8790808f Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 1 Dec 2002 21:02:44 +0000 Subject: [PATCH] Updated areamgr.status macro file --- ChangeLog | 2 ++ examples/templates.tar | Bin 81920 -> 81920 bytes mbsetup/m_node.c | 2 +- script/hatch | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index abc4952f..2a8a7c85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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/ diff --git a/examples/templates.tar b/examples/templates.tar index 8418744b06b2f99dcfbc2a89a138767c6010e795..f034e04855718ea3850b27d5b63144629efe4195 100644 GIT binary patch delta 281 zcmZo@U~On%-OytoXk=n$Zft1IU|?u!YGBNuU^F3RGoxWQBZ`C}NMe!#P{tTV#>Cj% z3?^gR$uDeb4mQrj6lk20k*N`bg27}%MxZv=Bdl^|I)*w%nmPuWwL$r%C8-KwnTZN8 z;83>tvDZpwBuh<9jSXQ&`*#~7$(TZAih$-eqdLdL&;+ChB-4r_V`gk*4w5kg%CvWL RBbjDmY66x4>6!e04FG|jL=OM} delta 281 zcmZo@U~On%-OytoXlP_;WMXR0U|?u!Vs6Z!U^F3RGoxWQBeI040Z3w!0#L>nMaIO~ z%nT-D+Q~0$VrpatRBU1ZG|tG#*n~mBV6q`2P@C%!R=FS@LmeYc9RtnUp#0L3RE4n2 zLLS>48<~E}`$HV|=rO_miOe>0vnX#ccNX85( U)85UEWSWVoF<1tqXY&6w04)(icmMzZ diff --git a/mbsetup/m_node.c b/mbsetup/m_node.c index 4d366c79..715dcd0d 100644 --- a/mbsetup/m_node.c +++ b/mbsetup/m_node.c @@ -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)); diff --git a/script/hatch b/script/hatch index e5eee0cd..f9e47268 100644 --- a/script/hatch +++ b/script/hatch @@ -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