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/sparc/ramdisk/list | |
parent | f6ae89b952e1791fbdcf478f107fe2228f2b4b4f (diff) |
use one common dot.profile for all
Diffstat (limited to 'distrib/sparc/ramdisk/list')
-rw-r--r-- | distrib/sparc/ramdisk/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/sparc/ramdisk/list b/distrib/sparc/ramdisk/list index 3039e25e574..b7acb40d3f5 100644 --- a/distrib/sparc/ramdisk/list +++ b/distrib/sparc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.13 2002/04/21 17:11:27 deraadt Exp $ +# $OpenBSD: list,v 1.14 2002/04/22 02:43:16 deraadt Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -33,5 +33,4 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts # and the installation tools -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${ARCHDIR}/../dot.profile > .profile SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${ARCHDIR}/../install.md > install.md |