Subject: Re: PPP questions
To: None <current-users@NetBSD.ORG, jmarin@pyy.jmp.fi, seebs@solon.com>
From: John M Vinopal <banshee@gabriella.resort.com>
List: current-users
Date: 05/27/1996 18:47:10
i use this as /etc/ppp/restart-ppp
#!/bin/sh
# Try to restart pppd in case the modem has dropped.
#
/bin/sleep 60
pppd


and in options:
disconnect '/etc/ppp/restart-ppp'