hi,
I'm wondering why the line "export HOME=/tmp" is in /etc/profile. I tried to add a new user, but ran into the problem that e.g. weechat wouldnt work, "cd" always got me into the wrong dir etc...
so after some searching I found the culprit in /etc/profile..
so.. why exactly is that there?
1. it works perfectly without that line (HOME still defined if i run env as root)
2. it breaks adding new users
bug or feature?