Revision 0652f3ae
Added by Seth Mos almost 17 years ago
etc/rc | ||
---|---|---|
117 | 117 |
ln -hfs / /tmp/tmp |
118 | 118 |
fi |
119 | 119 |
|
120 |
# Make sure our /tmp is 777 |
|
121 |
chmod 1777 /tmp |
|
122 |
|
|
120 | 123 |
# Malloc debugging check |
121 | 124 |
if [ ! -L /etc/malloc.conf ]; then |
122 | 125 |
ln -s aj /etc/malloc.conf |
Also available in: Unified diff
Make sure our /tmp is always read write for everyone on boot.
Now set to 1777.