[3406] in SIPB bug reports
xgopher
daemon@ATHENA.MIT.EDU (autumn@Athena.MIT.EDU)
Wed Jan 6 14:21:33 1993
From: autumn@Athena.MIT.EDU
Date: Wed, 6 Jan 93 14:21:11 -0500
To: bug-sipb@Athena.MIT.EDU
Cc: wade@Athena.MIT.EDU, edward@Athena.MIT.EDU
[hal-2000] bin => cat /afs/sipb/project/gopher/bin/xgopher
#!/bin/sh
xrdb -merge /afs/sipb.mit.edu/project/gopher/lib//X11/app-defaults/Xgopher
/afs/sipb.mit.edu/project/gopher/.bin.@sys/xgopher $*
^^^^^^^ this is less than useful.
I fixed the shell script so that it calls the actual binary (xgopher.real,
in the same directory), instead of calling itself over and over.
The old shell script is now in /afs/sipb/project/gopher/bin/xgopher.broken.
Barbara