On Tue, Dec 21, 1999 at 07:46:39PM +0100, Guido Bolognesi wrote:
> seems that 'f you dont' need support for special hw, you can safely
> go to 4.0D+p5.
Ok, theis morning we went to 4.0D from 4.0B.
Smooth, no problems.
One issue popped up with patch5, nevertheress:
the 'dupatch' shell script shipped with the patch has a "bug"
that prevents correct execution, so you may want to correct it.
Patch follows:
*** dupatch.orig Wed Dec 22 08:29:11 1999
--- dupatch Wed Dec 22 08:35:00 1999
***************
*** 1770,1776 ****
eval SCPEXTDIRBL=\$_SCPEXT_DIRBL$PV # whd's stuff
! if [ -d $SCPEXTDIRBL ]; then
P_SCPExtDataEdit
fi
--- 1770,1776 ----
eval SCPEXTDIRBL=\$_SCPEXT_DIRBL$PV # whd's stuff
! if [ -d "$SCPEXTDIRBL" ]; then
P_SCPExtDataEdit
fi
have a nice day,
--
(O> gu1d0 - guido_at_dsnet.it - http://staff.dsnet.it/~guido
//\ GB10958 - Unix BOFH / Network Guy - PGP key available
V_/_ "Unix _is_ user-friendly. Just _very_ selective about his friends."
"Speed is subsittute fo accurancy."
Received on Wed Dec 22 1999 - 08:13:58 NZDT