]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixes for /root homedir.
authorBen Gras <ben@minix3.org>
Fri, 17 Jun 2005 13:48:16 +0000 (13:48 +0000)
committerBen Gras <ben@minix3.org>
Fri, 17 Jun 2005 13:48:16 +0000 (13:48 +0000)
etc/Makefile
etc/passwd

index be974432f03203708414fe17eb5aa077be018813..1f0edb7bf053b4059862b322e9ac1d8472f42872 100644 (file)
@@ -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
index 1c5f374561866b54ee27932e3f64e31b380d4405..20eed901f0686bdbd9c1a4c1770b497677989b56 100755 (executable)
@@ -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