Hello,
for flexibility I have configured my computer (OpenBSD 4.4; macppc)
with the home directory being auto mounted.
that is /etc/amd/amd.home reads:
#
* type:=link;fs:=/usr/home;sublink:=${key}
This works as desired. The programs use /home/<username> as
they should, the real data locates in /usr/home. Of course, useradd
becomes a two step process.
But, the only program that doesn't play nicely is xterm. Either from
within an xsession or when login in remotely via ssh the initial path
is always: /usr/home/<username> despite $PATH being /home/<username>
That is, xterm initially reads: ibook:/usr/home/rudi$
instead of just: ibook:~$
Is this a configuration issue or a bug/feature of xterm?
Rudi