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/mvmeppc | |
parent | fd34c08077aafc9f0097ca6553da0fe6e3cbd5b8 (diff) |
remove confusion about disktab
Diffstat (limited to 'distrib/mvmeppc')
-rw-r--r-- | distrib/mvmeppc/ramdisk/list | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/distrib/mvmeppc/ramdisk/list b/distrib/mvmeppc/ramdisk/list index 69f2a6b2c90..3a884f44da7 100644 --- a/distrib/mvmeppc/ramdisk/list +++ b/distrib/mvmeppc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.7 2002/04/22 02:43:16 deraadt Exp $ +# $OpenBSD: list,v 1.8 2002/04/28 19:25:09 deraadt Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin @@ -66,11 +66,10 @@ COPY ${DESTDIR}/usr/mdec/msdos1mb.gz usr/mdec/msdos1mb.gz # 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 -COPY ${DESTDIR}/etc/disktab etc/disktab -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 |