Updated macro templates

This commit is contained in:
Michiel Broek 2004-07-23 20:24:11 +00:00
parent 523abeb847
commit 84d58311a3
6 changed files with 11 additions and 1 deletions

View File

@ -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.

View File

@ -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 \

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.