Fixes for /root homedir.
This commit is contained in:
parent
39c90d6c90
commit
3ba1ddb037
2 changed files with 2 additions and 3 deletions
|
@ -20,5 +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 - ); chown -R $$u ~$$u; done
|
for u in bin ast root; 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 - )
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
root:##root:0:0:Big Brother:/:
|
root:##root:0:0:Big Brother:/root:
|
||||||
daemon:*:1:1:The Deuce:/etc:
|
daemon:*:1:1:The Deuce:/etc:
|
||||||
bin:##root:2:0:Binaries:/usr/home/bin:
|
bin:##root:2:0:Binaries:/usr/home/bin:
|
||||||
uucp:*:5:5:UNIX to UNIX copy:/usr/spool/uucp:/usr/bin/uucico
|
uucp:*:5:5:UNIX to UNIX copy:/usr/spool/uucp:/usr/bin/uucico
|
||||||
|
|
Loading…
Reference in a new issue