[27107] in Athena Bugs
Athena dotfiles still ping the OLC server
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Wed Aug 15 02:43:54 2007
From: Anders Kaseorg <andersk@mit.edu>
To: bugs@mit.edu
Content-Type: text/plain
Date: Wed, 15 Aug 2007 02:43:48 -0400
Message-Id: <1187160228.13529.109.camel@balanced-tree.mit.edu>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Spam-Flag: NO
X-Spam-Score: 0.00
Errors-To: bugs-bounces@mit.edu
The Athena bash_login, login, and xsession scripts all contain the
command
(olc who &) >& /dev/null # Ping the OLC server
which is a no-op after the deprecation of OLC, and should probably be
removed.
Anders