PPTP start script
Gunther Mayer
gunther.mayer at googlemail.com
Thu Apr 17 21:42:20 UTC 2008
Ahmet wrote:
> Sometimes I see double pptp process are running simultaneously on my box.
> Wont be usefull if it is changed from
> /
> if [ -n "$2" ]; then
> runppp "$2"/
>
> to something like
> /
> if [ -n "$2" ]; then
> pid= $(getpid $2)
> if [ -n "$pid" ]; then
> echo "checkpptp: ppp is still alive"
> else
> runppp "$2"
> fi
>
> /in /etc/init.d/S80pptp
Yes, that does make sense, but I think you're posting this to the wrong
list. pptp has got nothing to do with coova chilli, you best post this
on the openwrt forum addressed to the devs...
Gunther
More information about the Chilli
mailing list