[2804] in Athena Bugs
oops.. (small one)
daemon@ATHENA.MIT.EDU (dryfoo@ATHENA.MIT.EDU)
Fri Aug 11 13:51:36 1989
From: <dryfoo@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Date: Fri, 11 Aug 89 13:51:08 EDT
Henry stopped by to point out that there was a typo in my "proof" that
something was wrong in the running of my .startup files. I fixed the
"echo" typo in .startup.X and logged in again. I still have the
problem, as shown below. Henry says he's working on it, but I wanted to
set the record straight -- i.e. that there's more of a problem than just
a typo in an echo line.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dryfoo: Already attached...mapping
StaffTools: Already attached...mapping
Running standard startup activities ...
You have 1 message (2535 bytes) on E40-PO.MIT.EDU
Running custom startup activities listed in ~/.startup.tty ...
.startup.tty is running
athena% cat .startup.tty
#
# .startup.tty -- processes to run after all standard initializations
# have been completed in a non-window-based environment
# (contents should be any set of appropriate executable
# statements, e.g.: inc&; these commands are issued
# after the system has set up the environment and run
# some standard processes such as checking mail.
#
echo ".startup.tty is running"
athena% cat .startup.X
#
# .startup.X -- processes to run after all standard initializations have
# been completed in a window-based environment (contents
# should be any set of appropriate executable statements,
# e.g.: xclock&; these commands are issued after the
# system has set up the environment and run some standard
# processes such as checking mail.)
#
echo ".startup.X is running"
uwm
xset m 18 6
calchk
zwho
athena%
-- Gary