Subject: 1.5_ALPHA2 was replaced
To: None <port-pmax@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-pmax
Date: 10/06/2000 13:26:01
I was informed that NetBSD/pmax 1.5_ALPHA2 binary was replaced with
newer one made from September 30 source code of NetBSD 1.5 release
tree.
- This should work for R4000 DECstation.
can boot and make no lockup when tried with /sbin/dump.
- This eliminate data corruption for /sbin/dump.
formerly, data corruption was observed when;
/sbin/dump 0f - / | (cd otherfilesystem && /sbin/restore rf -)
for i in bunchofexecutablefiles
do
echo $i
cmp -l /original/$i /copied/$i
done
Tohru Nishimura