diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-19 07:36:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-19 07:36:48 +0000 |
commit | 316f8982fe28648c4cc7df868653f6e1a4501d40 (patch) | |
tree | c6efa3305168e0bc37418ef460c12637baa7bea2 /distrib/vax | |
parent | ff88929d5c4fbb89e6727b3ac864466aedca9f86 (diff) |
fetch correct dot.profile
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/ramdisk/list b/distrib/vax/ramdisk/list index 0deeea33a05..6b52118795c 100644 --- a/distrib/vax/ramdisk/list +++ b/distrib/vax/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.5 2001/09/30 16:04:47 miod Exp $ +# $OpenBSD: list,v 1.6 2002/02/19 07:36:47 deraadt Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # extras @@ -40,5 +40,5 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts # and the installation tools -COPY ${ARCHDIR}/../miniroot/dot.profile .profile +COPY ${ARCHDIR}/../ramdisk/dot.profile .profile SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${ARCHDIR}/../install.md > install.md |