diff options
author | brian <brian@FreeBSD.org> | 1997-11-07 20:44:12 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-11-07 20:44:12 +0000 |
commit | a44ce4640cf6552a1837b693e2990e84afdbb74a (patch) | |
tree | 6c8aeee7643420dff293653dab0d108a33752b3a /etc/ppp | |
parent | 7b18487ba9fcc9a04597beef58977044d20a8cf5 (diff) | |
download | FreeBSD-src-a44ce4640cf6552a1837b693e2990e84afdbb74a.zip FreeBSD-src-a44ce4640cf6552a1837b693e2990e84afdbb74a.tar.gz |
Mention how to keep the line for a minimum call charge.
Suggested by: Stuart Henderson <stuart@internationalschool.co.uk>
Diffstat (limited to 'etc/ppp')
-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 91a38ed..91d9c64 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" |