[1934] in athena10
Re: pagbug workaround
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Sun Mar 29 00:20:11 2009
Date: Sun, 29 Mar 2009 00:19:18 -0400 (EDT)
From: Anders Kaseorg <andersk@MIT.EDU>
To: Greg Price <price@mit.edu>
cc: linerva@mit.edu
In-Reply-To: <20090329041521.GE21912@vinegar-pot.mit.edu>
Message-ID: <alpine.DEB.2.00.0903290017200.6942@vinegar-pot.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Sun, 29 Mar 2009, Greg Price wrote:
> For example, Mitch suggested putting "aklog" in the system dotfiles.
> Specifically, the command could be appended to /etc/csh.login and
> /etc/bash.bashrc.
The analogue of csh.login is profile, not bashrc. csh.login and profile
are sourced once at first login. cshrc and bashrc are sourced for every
interactive shell. You want csh.login and profile here.
Anders