From 1fe9b667ba1658de1e8fe190c28dbf4133fa86bd Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Tue, 4 Mar 2008 20:40:19 +0000 Subject: [PATCH] Fixed hatch script (after 4 years) --- ChangeLog | 5 +++++ script/hatch | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f060b44..6f900f11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/script/hatch b/script/hatch index af2be7c4..43ce9953 100644 --- a/script/hatch +++ b/script/hatch @@ -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