On Sat, Feb 23, 2002 at 07:33:57PM -0600, Jamin W. Collins wrote:
> 
> Well, here's a quick stab, for those of you interested.
> 

fine work. worked great here after one small change. figured there may
be other folks who dont have 'tempfile' (this redhat7.2 box has
'mktemp'). to make it work here i changed:

        TEMPFILE=`tempfile`

to

        TEMPFILE=`mktemp /tmp/$0.XXXXXX`

and it worked great from there. nice work!

Russ

-- 
=======================================================================
| Russ Burdick | "What do the good know...except what the             |
|===============  bad teach them by their excesses?" -Clive Barker    |
| [EMAIL PROTECTED]                     http://extrapolation.net |
=======================================================================

Reply via email to