Created future homedirs /usr/home in minix.tree; changed bin homedir to
/usr/home/bin to avoid having bin files in /usr/src, which has become a CVS-controlled dir.
This commit is contained in:
parent
d252971b90
commit
1aacabe6be
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
|||
755 ast other /usr/ast
|
||||
755 bin operator /usr/bin
|
||||
755 root operator /usr/etc
|
||||
755 root operator /usr/home
|
||||
700 bin other /usr/home/bin
|
||||
755 root operator /usr/include
|
||||
755 root operator /usr/lib
|
||||
755 root operator /usr/lib/advent
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
root:##root:0:0:Big Brother:/:
|
||||
daemon:*:1:1:The Deuce:/etc:
|
||||
bin:##root:2:0:Binaries:/usr/src:
|
||||
bin:##root:2:0:Binaries:/usr/home/bin:
|
||||
uucp:*:5:5:UNIX to UNIX copy:/usr/spool/uucp:/usr/bin/uucico
|
||||
news:*:6:6:Usenet news:/usr/spool/news:
|
||||
ftp:*:7:7:Anonymous FTP:/usr/ftp:
|
||||
|
|
Loading…
Reference in a new issue