]> Zhao Yanbai Git Server - minix.git/commitdiff
ramdisk: install all password-related files
authorArun Thomas <arun@minix3.org>
Tue, 22 Nov 2011 17:17:25 +0000 (18:17 +0100)
committerArun Thomas <arun@minix3.org>
Tue, 22 Nov 2011 18:58:45 +0000 (19:58 +0100)
drivers/ramdisk/Makefile
drivers/ramdisk/proto

index efb24c34ca37ccdc9a3fbd783aa30025641e5bf5..9e081fbd0952aa102ec2b6868f20f17439c8dbdc 100644 (file)
@@ -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/$@ $@
 
index a62d4b2b7f408b9e956bd537ceabe2c14e4c9a4b..54dd8643f405fb9cd8a429f6f775b806b8f59321 100644 (file)
@@ -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
        $