Re: Booting a PPP session

Administrator (admin@emporium.on.ca)
Sat, 14 Dec 1996 16:02:09 -0500

At 02:29 PM 12/14/96 -0600, you wrote:

>Hmmm...my guess is that your shell is not liking the pipes mixed up in
>there...try this:
>
>#!/bin/sh
>PMCOM=/path/to/pmcom
>PMWHO=/path/to/pmwho
>USER="luser"
>
>PORT="`$PMWHO | grep $USER | cut -b0-2`"
>$PMCOM -c pm1 "reset $PORT"

You are the man! If you are ever in the Windsor/Detroit area, I'll buy you
a cold one!

Thanks a ton,

Scott