Commit 1.2 release branch changes (1.6.4.1) back onto main branch.
This commit is contained in:
parent
998ce62cdf
commit
71d4d3075e
7
sys/arch/pmax/dist/get
vendored
7
sys/arch/pmax/dist/get
vendored
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: get,v 1.6 1995/12/22 08:08:14 jonathan Exp $
|
||||
# $NetBSD: get,v 1.7 1996/10/06 06:46:34 jonathan Exp $
|
||||
#
|
||||
# Copyright (c) 1992, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
@ -61,7 +61,7 @@ for i in $ETC; do
|
||||
cp $DISTROOT/etc/$i etc/$i
|
||||
done
|
||||
|
||||
SBIN="disklabel fsck ifconfig init mknod mount mount_ffs mount_nfs newfs restore route umount"
|
||||
SBIN="disklabel fsck fsck_ffs ifconfig init mknod mount mount_ffs mount_nfs newfs restore route umount"
|
||||
USBIN="pwd_mkdb"
|
||||
for i in $SBIN; do
|
||||
cp $DISTROOT/sbin/$i sbin/$i
|
||||
@ -74,7 +74,7 @@ ln sbin/mount_ffs sbin/mount_ufs
|
||||
|
||||
BIN="[ cat cp dd echo ed expr ls mkdir mv pax rcp rm sh stty sync mt"
|
||||
#UBIN=""
|
||||
UBIN="awk"
|
||||
UBIN="awk gzip tar"
|
||||
for i in $BIN; do
|
||||
cp $DISTROOT/bin/$i bin/$i
|
||||
done
|
||||
@ -82,6 +82,7 @@ for i in $UBIN; do
|
||||
cp $DISTROOT/usr/bin/$i bin/$i
|
||||
done
|
||||
ln bin/[ bin/test
|
||||
ln bin/gzip bin/gunzip
|
||||
|
||||
MDEC="rzboot bootrz"
|
||||
for i in $MDEC; do
|
||||
|
Loading…
Reference in New Issue
Block a user