From: Ben Gras Date: Fri, 17 Jun 2005 13:48:16 +0000 (+0000) Subject: Fixes for /root homedir. X-Git-Tag: v3.1.0~733 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch06.html?a=commitdiff_plain;h=3ba1ddb0370bdedfc9031bc1a90e7cb4d9219f15;p=minix.git Fixes for /root homedir. --- diff --git a/etc/Makefile b/etc/Makefile index be974432f..1f0edb7bf 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -20,5 +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 - ); chown -R $$u ~$$u; done - (cd ast && tar cf - .[a-z]* ) | (cd ~root && tar xf - ) + for u in bin ast root; do (cd ast && tar cf - .[a-z]* ) | (cd ~$$u && tar xf - ); chown -R $$u ~$$u; done diff --git a/etc/passwd b/etc/passwd index 1c5f37456..20eed901f 100755 --- a/etc/passwd +++ b/etc/passwd @@ -1,4 +1,4 @@ -root:##root:0:0:Big Brother:/: +root:##root:0:0:Big Brother:/root: daemon:*:1:1:The Deuce:/etc: bin:##root:2:0:Binaries:/usr/home/bin: uucp:*:5:5:UNIX to UNIX copy:/usr/spool/uucp:/usr/bin/uucico