diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-20 22:42:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-20 22:42:14 +0000 |
commit | ad9f30f992d021ea87e31c63c19c64256a83b222 (patch) | |
tree | 9e408db1c5b80fa62f8437de5f99d43c1c930a38 /distrib | |
parent | 4a63d4c1a3f33bb3ff40d9d493f41cc7ba4f94a5 (diff) |
/dot.* files are not very useful
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/ramdisk/list | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/alpha/ramdisk/list b/distrib/alpha/ramdisk/list index f2e3b9ce6bd..72886c8e317 100644 --- a/distrib/alpha/ramdisk/list +++ b/distrib/alpha/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.4 1997/07/10 00:39:06 millert Exp $ +# $OpenBSD: list,v 1.5 1997/08/20 22:42:13 deraadt Exp $ # we strip comments from files since we need the space... @@ -6,8 +6,8 @@ SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/disktab.preinstall > etc/disktab.preinstall # and the installation tools -SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/dot.profile > dot.profile -SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/dot.instutils > dot.instutils +SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/dot.profile > .profile +SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/dot.instutils > .instutils SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/disktab.shadow > etc/disktab.shadow SPECIAL sed -e "/^VERSION=/s/=.*/=${REV}/" -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/install.sub > install.sub SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/install.sh > install |