Run echo tty > /tmp/last_term_seen on startup

This commit is contained in:
Scott Ullrich 2005-12-31 20:17:14 +00:00
parent e32a4dcc9a
commit b99acdb9db

View File

@ -17,6 +17,11 @@ trap : 4
CONFIG="/cf/conf/config.xml"
WORD="https"
# Document which terminal launched last
# so we can attempt to track down the
# rc.initial respawn issues.
echo `tty` > /tmp/last_term_seen
# Set our operating platform
PLATFORM=`cat /etc/platform`