*** empty log message ***

This commit is contained in:
Ben Gras 2005-05-04 13:46:34 +00:00
parent d168530a06
commit 0ca9e2958f
3 changed files with 5 additions and 3 deletions

View file

@ -20,4 +20,4 @@ install::
@echo "Making devices.."
cd /dev && sh /usr/src/commands/scripts/MAKEDEV.sh std 2>/dev/null
@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

View file

@ -0,0 +1,3 @@
This minix is an internal release.

View file

@ -2,13 +2,12 @@
755 bin operator /bin
755 root operator /dev
755 root operator /etc
555 root operator /fd0
755 root operator /lib
755 root operator /lib/i386
755 root operator /boot
755 root operator /boot/image
555 root operator /mnt
555 root operator /root
700 root operator /root
1777 root operator /tmp
755 root operator /usr
755 root operator /usr/adm