diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-12-17 00:41:52 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-12-17 00:41:52 +0000 |
commit | 15903e0f34b87bf1c08c0ebd26b5d0034b7fc22f (patch) | |
tree | 901eb97986f4a5ed44c8b62953217c487d86b6e5 /distrib/ramdisk | |
parent | 753354e001548a17da7db91cc50bcaf625e72879 (diff) |
Use actual files for short versions of /etc/protocols and
/etc/services used during installations.
This way it is not necessary to run the install script before
using commands requiring these files.
Requested by deraadt@.
Diffstat (limited to 'distrib/ramdisk')
-rw-r--r-- | distrib/ramdisk/list | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/ramdisk/list b/distrib/ramdisk/list index 4f144d5f745..18c17528638 100644 --- a/distrib/ramdisk/list +++ b/distrib/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.15 2001/12/13 01:40:15 krw Exp $ +# $OpenBSD: list,v 1.16 2001/12/17 00:41:51 krw Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -50,6 +50,8 @@ ARGVLINK ksh -sh # 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 ${CURDIR}/../miniroot/protocols etc/protocols +COPY ${CURDIR}/../miniroot/services etc/services # and the installation scripts COPY ${CURDIR}/../miniroot/install.sub install.sub |