diff --git a/ChangeLog b/ChangeLog index b7a7046a..0bbfaf9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ v0.61.2 11-Jul-2004 upgrade: Make sure that /opt/mbse/queue is empty, then close the bbs with "mbstat close wait". Then do the upgrade. + In mbsetup menu 1.14 update the TCP/IP connection details. + In the examples directory type "make macros" to update the + macro templates. Be carefull if you have personalized versions. general: Added -fno-strict-aliasing switch to gcc to prevent some @@ -61,6 +64,9 @@ v0.61.2 11-Jul-2004 mbtask: Changed to use direct instead of immediate mail. + examples: + Changed the macro templates for filefind and newfiles. + script: Fixed NetBSD init script reload command. diff --git a/examples/Makefile b/examples/Makefile index 8c277df0..99282e6c 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -25,7 +25,9 @@ help: @echo "make english-menus Force (re)installation of English menus" @echo "make english-txtfiles Force (re)installation of English textfiles" @echo "make english-macros Force (re)installation of English macros" - @echo "make english Force (re)installation of all ENglish files" + @echo "make english Force (re)installation of all English files" + @echo "" + @echo "make macros Force (re)installation of all macro templates" @echo "" @echo "You may replace the word english above with spanish galego german dutch italian" @@ -79,6 +81,8 @@ italian: install-force: english spanish dutch german italian galego +macros: english-macros spanish-macros german-macros dutch-macros + install: @if [ ! -f ${ETCDIR}/header.txt ]; then \ diff --git a/examples/templates-de.tar b/examples/templates-de.tar index 7b3ceb27..8478f037 100644 Binary files a/examples/templates-de.tar and b/examples/templates-de.tar differ diff --git a/examples/templates-en.tar b/examples/templates-en.tar index f6885d7b..17c74dab 100644 Binary files a/examples/templates-en.tar and b/examples/templates-en.tar differ diff --git a/examples/templates-es.tar b/examples/templates-es.tar index ab0e63d1..571580b2 100644 Binary files a/examples/templates-es.tar and b/examples/templates-es.tar differ diff --git a/examples/templates-nl.tar b/examples/templates-nl.tar index ccd6e8a0..3447c2ee 100644 Binary files a/examples/templates-nl.tar and b/examples/templates-nl.tar differ