Need /etc/netconfig.
This commit is contained in:
parent
887d4555cd
commit
464b4e3de0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.11 1999/11/23 23:16:02 simonb Exp $
|
||||
# $NetBSD: list,v 1.12 2000/06/07 19:54:50 thorpej Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
|
@ -76,6 +76,7 @@ COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs
|
|||
COPY ${CURDIR}/../../../../etc/group etc/group
|
||||
COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd
|
||||
COPY ${CURDIR}/../../../../etc/protocols etc/protocols
|
||||
COPY ${CURDIR}/../../../../etc/netconfig etc/netconfig
|
||||
COPY ${CURDIR}/../../../../etc/services etc/services
|
||||
SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
|
||||
SPECIAL /bin/rm etc/spwd.db
|
||||
|
|
Loading…
Reference in New Issue