source: trunk/packs/glue/netscape.sh @ 15100

Revision 15100, 422 bytes checked in by ghudson, 24 years ago (diff)
Let the infoagents locker maintainers turn off the local netscape.
Line 
1#!/bin/sh
2# $Id: netscape.sh,v 1.3 2000-09-21 15:08:07 ghudson Exp $
3
4localscript=/var/athena/infoagents/arch/share/bin/netscape.adjusted
5if [ -x $localscript ]; then
6  locker=`/bin/athena/attach -np infoagents`
7  if [ -f "$locker/.nolocal" ]; then
8    exec /bin/athena/attachandrun infoagents netscape "$0" "$@"
9  else
10    exec $localscript "$@"
11  fi
12else
13  exec /bin/athena/attachandrun infoagents netscape "$0" "$@"
14fi
Note: See TracBrowser for help on using the repository browser.