diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-11-07 20:44:12 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-11-07 20:44:12 +0000 |
| commit | 16d4f6d1c0764ecf74522aab1687dcddfab4788e (patch) | |
| tree | 477c6ffac64656cdf30fcd399c9cf097bf51c278 /etc | |
| parent | 7d0a1bac71b92db0d1d088bd06cbf2c7d367b04b (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ppp/ppp.linkup.sample | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/ppp/ppp.linkup.sample b/etc/ppp/ppp.linkup.sample index 91a38edf8ae4..91d9c64c9cb8 100644 --- a/etc/ppp/ppp.linkup.sample +++ b/etc/ppp/ppp.linkup.sample @@ -12,7 +12,7 @@ # # 3) If no label has been found, use MYADDR if it exists. # -# $Id: ppp.linkup.sample,v 1.8 1997/08/25 01:07:08 brian Exp $ +# $Id: ppp.linkup.sample,v 1.9 1997/09/21 02:10:41 brian Exp $ # ######################################################################### @@ -53,3 +53,10 @@ pmdemand: add 0 0 HISADDR add MYADDR 255.255.255.255 127.0.0.1 !bg /etc/ppp/ppp.etherup.pmdemand + +# If your minimum call charge is 5 minutes, you may as well stay on +# the line for that amount of time. If we want a 60 second subsequent +# timeout, set your timeout to 0 in ppp.conf and then do this: +# +min5minutes: + !bg sh -c "sleep 240; pppctl -p mypassword 3000 set timeout 60" |
