ref: c2b524d82fb4fdc0d7614f9958354a9a8f7cf8ef
parent: df752e061ef7dd522c81ef84ff3c69d6f970e643
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Thu Jun 9 01:39:52 EDT 2011
newuser: dont try to create stuff on other, you can only do that on the fs console
--- a/sys/lib/newuser
+++ b/sys/lib/newuser
@@ -11,11 +11,7 @@
mkdir bin bin/rc bin/mips bin/386 bin/power bin/arm
mkdir lib tmp
chmod +t tmp
-# try to create tmp space on other
-mount -C /srv/cwfs /n/other other >/dev/null >[2=1] && \
- mkdir -m 775 /n/other/usr/$user >/dev/null >[2=1] && \
- mkdir -m 750 /n/other/usr/$user/tmp >/dev/null >[2=1] && \
- bind -c /n/other/usr/$user/tmp $home/tmp
+bind -qc /n/other/usr/$user/tmp $home/tmp
bind -c $home/tmp /tmp
mail -c