[4] in Locker Maintainers
locker redirection scripts [was: xmcd]
daemon@ATHENA.MIT.EDU (Dan Winship)
Mon Nov 24 19:18:54 1997
Date: Mon, 24 Nov 1997 19:18:48 -0500
From: Dan Winship <danw@MIT.EDU>
To: Brett David Rosen <bdrosen@MIT.EDU>
Cc: locker-maintainers@MIT.EDU
In-Reply-To: "[8982] in Consulting_FYI"
> Running it from the consult locker will give a message telling
> users how to run it from the sipb locker.
danw@bart-savagewood:~> more /afs/.athena/contrib/consult/bin/xmcd
#!/bin/sh
echo ""
echo "You should run xmcd out of the sipb locker now"
echo "To do so, add -f sipb; xmcd"
echo "This script will run xmcd from the sipb locker now"
echo ""
...
Bleah! Forcing people to "add -f" a locker sucks. The script should
check if the user already has sipb in their path and run the binary
from there without saying anything if they do.
If someone feels inspired to write a standard locker redirection
script template, we can put it somewhere nice and canonical, like
maybe the `lockers' locker.
-- Dan