diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-28 19:25:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-28 19:25:11 +0000 |
commit | ae3286ed75bcfa8d2f669f0a76f294e9587aca37 (patch) | |
tree | 74cc09c9af149781815ab70067e582399aaab6e4 /distrib/i386/common | |
parent | fd34c08077aafc9f0097ca6553da0fe6e3cbd5b8 (diff) |
remove confusion about disktab
Diffstat (limited to 'distrib/i386/common')
-rw-r--r-- | distrib/i386/common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/list b/distrib/i386/common/list index 2a8872087e0..2d47272541c 100644 --- a/distrib/i386/common/list +++ b/distrib/i386/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.1 2002/04/22 02:40:02 deraadt Exp $ +# $OpenBSD: list,v 1.2 2002/04/28 19:25:09 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -50,7 +50,7 @@ LINK instbin usr/mdec/installboot SPECIAL /bin/rm instbin # `internal' crunchgen links -ARGVLINK sh -sh +ARGVLINK ksh -sh # copy the MAKEDEV script and make some devices SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${DESTDIR}/dev/MAKEDEV > dev/MAKEDEV |