[2864] in testers

home help back first fref pref prev next nref lref last post

sol2.4 answerbook

daemon@ATHENA.MIT.EDU (Mike Barker)
Wed May 29 12:15:16 1996

From: Mike Barker <mbarker@MIT.EDU>
To: rel-eng@MIT.EDU
Cc: mbarker@MIT.EDU, testers@MIT.EDU
Date: Wed, 29 May 1996 12:14:38 EDT

Problem: invoking answerbook causes a tight loop, doing xhosts.

Solution: /usr/athena/bin/answerbook (a script) needs to be modified.

Some alternatives

1. hardcode the path -- the final line should read
/usr/openwin/bin/answerbook &

2. use different names to avoid naming conflicts

Proposed: I would probably go ahead and hardcode the path, but there
might be a better solution.

athena% where answerbook
/usr/athena/bin/answerbook
/usr/openwin/bin/answerbook
athena% more /usr/athena/bin/answerbook
#!/bin/athena/tcsh
set AB_CARDCATALOG=/opt/SUNWabe/ab_cardcatalog
xhost `hostname`
answerbook &

home help back first fref pref prev next nref lref last post