*** empty log message ***
This commit is contained in:
		
							parent
							
								
									d168530a06
								
							
						
					
					
						commit
						0ca9e2958f
					
				| @ -20,4 +20,4 @@ install:: | |||||||
| 	@echo "Making devices.." | 	@echo "Making devices.." | ||||||
| 	cd /dev && sh /usr/src/commands/scripts/MAKEDEV.sh std 2>/dev/null | 	cd /dev && sh /usr/src/commands/scripts/MAKEDEV.sh std 2>/dev/null | ||||||
| 	@echo "Making user homedirs.." | 	@echo "Making user homedirs.." | ||||||
| 	for u in bin ast; do (cd ast && tar cf - .[a-z]* ) | (cd ~$$u && tar xf - ); done | 	for u in bin ast root; do (cd ast && tar cf - .[a-z]* ) | (cd ~$$u && tar xf - ); chown -R $$u ~$$u; done | ||||||
|  | |||||||
| @ -2,13 +2,12 @@ | |||||||
| 755 bin     operator /bin | 755 bin     operator /bin | ||||||
| 755 root    operator /dev | 755 root    operator /dev | ||||||
| 755 root    operator /etc | 755 root    operator /etc | ||||||
| 555 root    operator /fd0 |  | ||||||
| 755 root    operator /lib | 755 root    operator /lib | ||||||
| 755 root    operator /lib/i386 | 755 root    operator /lib/i386 | ||||||
| 755 root    operator /boot | 755 root    operator /boot | ||||||
| 755 root    operator /boot/image | 755 root    operator /boot/image | ||||||
| 555 root    operator /mnt | 555 root    operator /mnt | ||||||
| 555 root    operator /root | 700 root    operator /root | ||||||
| 1777 root   operator /tmp | 1777 root   operator /tmp | ||||||
| 755 root    operator /usr | 755 root    operator /usr | ||||||
| 755 root    operator /usr/adm | 755 root    operator /usr/adm | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ben Gras
						Ben Gras