From 269788514c9dae931ed6ac537786e56cabe44296 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 2 Feb 2014 10:59:05 +0100 Subject: newuser: dont bark when we cannot bind $home/bin/$objtype after /bin, create $home/bin/amd64 --- sys/lib/newuser | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/lib') diff --git a/sys/lib/newuser b/sys/lib/newuser index 6e16a6342..6cbe0dcfc 100755 --- a/sys/lib/newuser +++ b/sys/lib/newuser @@ -8,7 +8,7 @@ if(test -f $home/lib/profile){ } cd $home x='$' -mkdir bin bin/rc bin/mips bin/386 bin/power bin/arm +mkdir bin bin/rc bin/mips bin/386 bin/amd64 bin/power bin/arm mkdir lib tmp chmod +t tmp bind -qc /n/other/usr/$user/tmp $home/tmp @@ -17,8 +17,8 @@ mail -c auth/cron -c cat > lib/profile <