Fixed hatch script (after 4 years)

This commit is contained in:
Michiel Broek 2008-03-04 20:40:19 +00:00
parent e61a1e79b0
commit 1fe9b667ba
2 changed files with 8 additions and 2 deletions

View File

@ -8,6 +8,11 @@ v0.91.2 17-Feb-2008
mbsetup:
Fixed chapter numbering in the ascii sitedoc.
script:
Fixed hatch script to send File line. Note: you must manually
install hatch.new to hatch in the bin directory and set the
password again, this script will not automatic install.
v0.95.1 07-Jan-2008 - 17-Feb-2008.

View File

@ -5,7 +5,7 @@
# Hatch script for MBSE BBS.
#
#============================================================================
# Copyright (C) 1997-2004
# Copyright (C) 1997-2008
#
# Michiel Broek FIDO: 2:280/2802
# Beekmansbos 10
@ -35,7 +35,7 @@
#
HATCHPWD="DizIzMyBIGseeKret"
INBOUND=$MBSE_ROOT/var/inbound
HVERSION="1.0.2"
HVERSION="1.0.3"
if [ "`id -un`" != "mbse" ]; then
@ -104,6 +104,7 @@ do
fi
echo "Origin $AKA" >> $FILE
echo "From $AKA" >> $FILE
echo "File $f" >> $FILE
echo "Fullname $f" >> $FILE
echo "Pth `pwd`" >> $FILE
echo "Desc $DESC" >> $FILE