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/sparc64/common | |
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/sparc64/common')
-rw-r--r-- | distrib/sparc64/common/list | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/distrib/sparc64/common/list b/distrib/sparc64/common/list index 14b20d73a86..c2b71bc8cf4 100644 --- a/distrib/sparc64/common/list +++ b/distrib/sparc64/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.4 2001/12/13 01:40:15 krw Exp $ +# $OpenBSD: list,v 1.5 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,8 +50,10 @@ LINK instbin usr/bin/sed 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 ${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 |