Subject: Patch for sys/arch/pmax/dist/get : change from 4.4bsd to NetBSD names
To: None <port-pmax@netbsd.org>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 09/16/1994 14:19:39
The pathname to a NetBSD generic kernel isn't the same as on
4.4BSD. And NetBSD has moved mt from /usr/bin/ to /bin. The
following patch updates the get script (used to build miniroots)
to reflect that.
*** /sys/arch/pmax/dist/get.DIST Mon May 30 04:07:43 1994
--- /sys/arch/pmax/dist/get Fri Sep 16 12:22:49 1994
***************
*** 49,55 ****
fi
# copy in kernel
! cp $DISTROOT/sys/compile/GENERIC.pmax/vmunix .
# create necessary directories
DIRLIST="bin dev etc a tmp stand sbin usr usr/mdec"
--- 49,55 ----
fi
# copy in kernel
! cp $DISTROOT/sys/arch/pmax/compile/GENERIC.pmax/netbsd .
# create necessary directories
DIRLIST="bin dev etc a tmp stand sbin usr usr/mdec"
***************
*** 71,78 ****
done
ln sbin/restore sbin/rrestore
! BIN="[ cat cp dd echo ed expr ls mkdir mv pax rcp rm sh stty sync"
! UBIN="awk mt"
for i in $BIN; do
cp $DISTROOT/bin/$i bin/$i
done
--- 71,78 ----
done
ln sbin/restore sbin/rrestore
! BIN="[ cat cp dd echo ed expr ls mkdir mv pax rcp rm sh stty sync mt"
! UBIN="awk"
for i in $BIN; do
cp $DISTROOT/bin/$i bin/$i
done