ramdisk: install all password-related files
This commit is contained in:
parent
32aabfab40
commit
ebdac755af
2 changed files with 7 additions and 1 deletions
|
@ -24,7 +24,7 @@ PROTO= proto.small
|
|||
STRIPFLAG+= -s
|
||||
.endif
|
||||
|
||||
EXTRA=system.conf master.passwd passwd pwd.db rs.single
|
||||
EXTRA=system.conf master.passwd passwd pwd.db spwd.db rs.single
|
||||
|
||||
CPPFLAGS+= -I${MINIXSRCDIR}/servers -I${MINIXSRCDIR}
|
||||
CLEANFILES += $(PROGRAMS) $(SCRIPTS) $(EXTRA) bintoc image image.c t proto.gen
|
||||
|
@ -164,6 +164,9 @@ master.passwd: ../../etc/master.passwd
|
|||
pwd.db: passwd
|
||||
install ${STRIPFLAG} ../../etc/$@ $@
|
||||
|
||||
spwd.db: passwd
|
||||
install ${STRIPFLAG} ../../etc/$@ $@
|
||||
|
||||
rs.single: ../../etc/rs.single
|
||||
install ${STRIPFLAG} ../../etc/$@ $@
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@ d--755 0 0
|
|||
system.conf ---644 0 0 system.conf
|
||||
mtab ---644 0 0 mtab
|
||||
passwd ---644 0 0 passwd
|
||||
pwd.db ---644 0 0 pwd.db
|
||||
spwd.db ---600 0 0 spwd.db
|
||||
master.passwd ---600 0 0 master.passwd
|
||||
rc ---755 0 0 rc
|
||||
rs.single ---755 0 0 rs.single
|
||||
$
|
||||
|
|
Loading…
Reference in a new issue