Updated macro templates
This commit is contained in:
parent
523abeb847
commit
84d58311a3
@ -7,6 +7,9 @@ v0.61.2 11-Jul-2004
|
|||||||
upgrade:
|
upgrade:
|
||||||
Make sure that /opt/mbse/queue is empty, then close the
|
Make sure that /opt/mbse/queue is empty, then close the
|
||||||
bbs with "mbstat close wait". Then do the upgrade.
|
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:
|
general:
|
||||||
Added -fno-strict-aliasing switch to gcc to prevent some
|
Added -fno-strict-aliasing switch to gcc to prevent some
|
||||||
@ -61,6 +64,9 @@ v0.61.2 11-Jul-2004
|
|||||||
mbtask:
|
mbtask:
|
||||||
Changed to use direct instead of immediate mail.
|
Changed to use direct instead of immediate mail.
|
||||||
|
|
||||||
|
examples:
|
||||||
|
Changed the macro templates for filefind and newfiles.
|
||||||
|
|
||||||
script:
|
script:
|
||||||
Fixed NetBSD init script reload command.
|
Fixed NetBSD init script reload command.
|
||||||
|
|
||||||
|
@ -25,7 +25,9 @@ help:
|
|||||||
@echo "make english-menus Force (re)installation of English menus"
|
@echo "make english-menus Force (re)installation of English menus"
|
||||||
@echo "make english-txtfiles Force (re)installation of English textfiles"
|
@echo "make english-txtfiles Force (re)installation of English textfiles"
|
||||||
@echo "make english-macros Force (re)installation of English macros"
|
@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 ""
|
||||||
@echo "You may replace the word english above with spanish galego german dutch italian"
|
@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
|
install-force: english spanish dutch german italian galego
|
||||||
|
|
||||||
|
macros: english-macros spanish-macros german-macros dutch-macros
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@if [ ! -f ${ETCDIR}/header.txt ]; then \
|
@if [ ! -f ${ETCDIR}/header.txt ]; then \
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user