ramdisk: install all password-related files
This commit is contained in:
		
							parent
							
								
									32aabfab40
								
							
						
					
					
						commit
						ebdac755af
					
				| @ -24,7 +24,7 @@ PROTO= proto.small | |||||||
| STRIPFLAG+= -s | STRIPFLAG+= -s | ||||||
| .endif | .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} | CPPFLAGS+= -I${MINIXSRCDIR}/servers -I${MINIXSRCDIR} | ||||||
| CLEANFILES += $(PROGRAMS) $(SCRIPTS) $(EXTRA) bintoc image image.c t proto.gen | CLEANFILES += $(PROGRAMS) $(SCRIPTS) $(EXTRA) bintoc image image.c t proto.gen | ||||||
| @ -164,6 +164,9 @@ master.passwd: ../../etc/master.passwd | |||||||
| pwd.db: passwd | pwd.db: passwd | ||||||
| 	install ${STRIPFLAG} ../../etc/$@ $@ | 	install ${STRIPFLAG} ../../etc/$@ $@ | ||||||
| 
 | 
 | ||||||
|  | spwd.db: passwd | ||||||
|  | 	install ${STRIPFLAG} ../../etc/$@ $@ | ||||||
|  | 
 | ||||||
| rs.single: ../../etc/rs.single | rs.single: ../../etc/rs.single | ||||||
| 	install ${STRIPFLAG} ../../etc/$@ $@ | 	install ${STRIPFLAG} ../../etc/$@ $@ | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -29,6 +29,9 @@ d--755 0 0 | |||||||
| 		system.conf ---644 0 0 system.conf | 		system.conf ---644 0 0 system.conf | ||||||
| 		mtab ---644 0 0 mtab | 		mtab ---644 0 0 mtab | ||||||
| 		passwd ---644 0 0 passwd | 		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 | 		rc ---755 0 0 rc | ||||||
| 		rs.single ---755 0 0 rs.single | 		rs.single ---755 0 0 rs.single | ||||||
| 	$ | 	$ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Arun Thomas
						Arun Thomas