diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 02:43:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 02:43:17 +0000 |
commit | 78a43022b547d717568e958139aa705d1d7a5be0 (patch) | |
tree | fefedcbc5ee18e9d3febe5d280b211a2962b2a80 /distrib/sparc64/bsd.rd | |
parent | f6ae89b952e1791fbdcf478f107fe2228f2b4b4f (diff) |
use one common dot.profile for all
Diffstat (limited to 'distrib/sparc64/bsd.rd')
-rw-r--r-- | distrib/sparc64/bsd.rd/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/bsd.rd/list b/distrib/sparc64/bsd.rd/list index de0c73486c6..a1b34e19c1f 100644 --- a/distrib/sparc64/bsd.rd/list +++ b/distrib/sparc64/bsd.rd/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.6 2002/04/21 07:30:58 deraadt Exp $ +# $OpenBSD: list,v 1.7 2002/04/22 02:43:16 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -69,7 +69,7 @@ SYMLINK /tmp/hosts etc/hosts COPY ${TOPDIR}/common/termcap.vt usr/share/misc/termcap # and the installation scripts -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../common/dot.profile > .profile +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}/../common/install.md > install.md SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/install.sh > install SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/install.sh > upgrade |