Use MI versions of the dot.commonutils and dot.instutils helper

scripts for ramdisk-based script installer (even where commented out).
This commit is contained in:
jonathan 1998-11-28 02:49:44 +00:00
parent 2b381dd5ae
commit aaa44058ad
4 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.4 1998/10/29 00:37:07 ross Exp $
# $NetBSD: list,v 1.5 1998/11/28 02:49:44 jonathan Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
@ -89,8 +89,8 @@ COPY dot.hdprofile tmp/.hdprofile
# old-style installation tools
COPY dot.instutils .instutils
COPY dot.commonutils .commonutils
COPY ${CURDIR}/../../../utils/script-installer/dot.instutils .instutils
COPY ${CURDIR}/../../../utils/script-installer/dot.commonutils .commonutils
COPY ${CURDIR}/../src/install.sh install
COPY ${CURDIR}/../src/upgrade.sh upgrade

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.2 1998/11/22 12:45:21 sakamoto Exp $
# $NetBSD: list,v 1.3 1998/11/28 02:49:45 jonathan Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
@ -66,7 +66,8 @@ COPY ${CURDIR}/../../../../etc/services etc/services
SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
# and the common installation tools
# COPY dot.commonutils .commonutils
# COPY ${CURDIR}/../../../utils/script-installer/dot.commonutils .commonutils
#COPY ${CURDIR}/../../../utils/script-installer/dot.instutils .instutils
COPY termcap.pc3 usr/share/misc/termcap
# the disktab explanation file
@ -74,7 +75,6 @@ COPY disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY dot.profile .profile
# COPY dot.instutils .instutils
# COPY ${OBJDIR}/install.sh install
# COPY ${OBJDIR}/upgrade.sh upgrade
# COPY ${OBJDIR}/start.sh start

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.8 1998/11/18 18:29:21 he Exp $
# $NetBSD: list,v 1.9 1998/11/28 02:49:44 jonathan Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
@ -80,7 +80,8 @@ COPY ${CURDIR}/../../../../etc/services etc/services
SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
# and the common installation tools
# COPY dot.commonutils .commonutils
# COPY ${CURDIR}/../../../utils/script-installer/dot.commonutils .commonutils
# COPY ${CURDIR}/../../../utils/script-installer/dot.instutils .instutils
COPY termcap.pc3 usr/share/misc/termcap
# the disktab explanation file
@ -88,7 +89,6 @@ COPY disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY dot.profile .profile
# COPY dot.instutils .instutils
# COPY ${OBJDIR}/install.sh install
# COPY ${OBJDIR}/upgrade.sh upgrade
# COPY ${OBJDIR}/start.sh start

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.2 1998/10/01 16:49:10 minoura Exp $
# $NetBSD: list,v 1.3 1998/11/28 02:49:45 jonathan Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
@ -76,7 +76,8 @@ COPY ${CURDIR}/../../../../etc/services etc/services
SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
# and the common installation tools
COPY dot.commonutils .commonutils
COPY ${CURDIR}/../../../utils/script-installer/dot.instutils .instutils
COPY ${CURDIR}/../../../utils/script-installer/dot.commonutils .commonutils
COPY termcap.vt usr/share/misc/termcap
# the disktab explanation file
@ -84,7 +85,6 @@ COPY disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY dot.profile .profile
COPY dot.instutils .instutils
COPY ${OBJDIR}/install.sh install
COPY ${OBJDIR}/upgrade.sh upgrade
COPY ${OBJDIR}/start.sh start