diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-08 19:26:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-08 19:26:15 +0000 |
commit | c772ad7d67e3ceae6a58640eb60041475bfd54d1 (patch) | |
tree | 89d16a7b09273704a341a2ae3a62db849e38f759 /distrib/sun3/ramdisk | |
parent | 54d89bf4aa72b98702cac3d107fe13e9d411bfee (diff) |
arch -ks
Diffstat (limited to 'distrib/sun3/ramdisk')
-rw-r--r-- | distrib/sun3/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sun3/ramdisk/list b/distrib/sun3/ramdisk/list index dad8f698f01..26cd1601eb8 100644 --- a/distrib/sun3/ramdisk/list +++ b/distrib/sun3/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.5 2001/06/23 19:45:01 deraadt Exp $ +# $OpenBSD: list,v 1.6 2001/10/08 19:26:14 deraadt Exp $ # Sun3 extra's LINK instbin sbin/disklabel @@ -35,4 +35,4 @@ SYMLINK /tmp/hosts etc/hosts # and the installation tools COPY ${ARCHDIR}/../ramdisk/dot.profile .profile -SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${CURDIR}/../common/install.md > install.md +SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/../common/install.md > install.md |