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/sparc64/bsd.rd | |
parent | fd34c08077aafc9f0097ca6553da0fe6e3cbd5b8 (diff) |
remove confusion about disktab
Diffstat (limited to 'distrib/sparc64/bsd.rd')
-rw-r--r-- | distrib/sparc64/bsd.rd/list | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/sparc64/bsd.rd/list b/distrib/sparc64/bsd.rd/list index a1b34e19c1f..ea11613f5e2 100644 --- a/distrib/sparc64/bsd.rd/list +++ b/distrib/sparc64/bsd.rd/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 $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -57,10 +57,9 @@ 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/spwd.db etc/spwd.db -#COPY ${DESTDIR}/etc/disktab etc/disktab COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services -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 |