On Wed, Jun 9, 2010 at 12:40 AM, Vadim Zhukov <persgray@gmail.com> wrote:
you can avoid the wtmp spam by doing this instead:
1. echo "export ENV=~/.kshrc" >>~/.profile
2. echo "set +o emacs-usemeta" >>~/.kshrc
3. echo "XTerm*allowC1Printable: true" >>~/.Xdefaults
doing this, xterm won't invoke ~/.profile, but it *will* invoke ~/.kshrc
-ken