From 78a43022b547d717568e958139aa705d1d7a5be0 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 22 Apr 2002 02:43:17 +0000 Subject: use one common dot.profile for all --- distrib/mac68k/ramdisk/list | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'distrib/mac68k/ramdisk/list') diff --git a/distrib/mac68k/ramdisk/list b/distrib/mac68k/ramdisk/list index 36e85ac4848..b5880220d81 100644 --- a/distrib/mac68k/ramdisk/list +++ b/distrib/mac68k/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.9 2002/04/21 17:10:10 deraadt Exp $ +# $OpenBSD: list,v 1.10 2002/04/22 02:43:16 deraadt Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -60,15 +60,11 @@ COPY rd.master.passwd etc/master.passwd COPY rd.disktab etc/disktab SPECIAL cd etc; pwd_mkdb -p -d . ./master.passwd -# we strip comments from files since we need the space... - # and the common installation tools -SPECIAL sed -e '/^#[ ].*$/d' < ${TOPDIR}/common/dot.commonutils > .commonutils SPECIAL sed -e '/^#[ ].*$/d' < ${TOPDIR}/common/termcap.vt > usr/share/misc/termcap # and the installation tools -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/dot.profile > .profile -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/dot.instutils > .instutils +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/dot.profile > .profile SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/../install.md > install.md SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/install.sh > install SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/upgrade.sh > upgrade -- cgit v1.2.3