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/mac68k/ramdisk | |
parent | fd34c08077aafc9f0097ca6553da0fe6e3cbd5b8 (diff) |
remove confusion about disktab
Diffstat (limited to 'distrib/mac68k/ramdisk')
-rw-r--r-- | distrib/mac68k/ramdisk/list | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/mac68k/ramdisk/list b/distrib/mac68k/ramdisk/list index 309f1bc2353..f5778de9e7a 100644 --- a/distrib/mac68k/ramdisk/list +++ b/distrib/mac68k/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.11 2002/04/24 22:33:41 miod Exp $ +# $OpenBSD: list,v 1.12 2002/04/28 19:25:09 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -52,10 +52,10 @@ SPECIAL cd dev; sh MAKEDEV ramdisk # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group -COPY ${DESTDIR}/etc/protocols etc/protocols -COPY ${DESTDIR}/etc/services etc/services +COPY ${CURDIR}/../../miniroot/protocols etc/protocols +COPY ${CURDIR}/../../miniroot/services etc/services COPY ${DESTDIR}/etc/spwd.db etc/spwd.db -SYMLINK /tmp/disktab.shadow etc/disktab +SYMLINK /tmp/disktab.shadow etc/disktab SYMLINK /tmp/fstab.shadow etc/fstab SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts |