[4074] in SIPB bug reports
xmosaic wrapper script
daemon@ATHENA.MIT.EDU (eddietwo@athena.mit.edu)
Thu Sep 9 00:19:11 1993
From: eddietwo@athena.mit.edu
To: bug-sipb@athena.mit.edu
Date: Wed, 08 Sep 93 21:21:06 EDT
Hi hi, im not sure this is the right place but,
I'm writing a context-sensitive hypertext help system for
xzewd which is based on xmosaic, and i'd like to ask a favor. Could
you change the xmosaic wrapper script that loads the app-defaults file
so that it uses AFS paths? Otherwise, I'll have to have yet another
script lying around that attaches sipb before it runs xmosaic...
Current script-------------------------------------------------------------
---------------------------------------------------------------------------
#!/bin/sh
xrdb -merge /mit/sipb/lib/app-defaults/XMosaic
exec /mit/sipb/`machtype`etc/xmosaic "$@"
---------------------------------------------------------------------------
I'd like it to be
---------------------------------------------------------------------------
#!/bin/sh
xrdb -merge /afs/sipb/project/sipb/lib/app-defaults/XMosaic
exec /afs/sipb/project/sipb/`machtype`etc/xmosaic "$@"
---------------------------------------------------------------------------
Thanks a bunch, ed