From eda2a6683e6ef4e86756e0a704154c9b8b4d361c Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 22 May 2008 16:42:16 -0400 Subject: [PATCH] Modified verizon options file to use pppob --- ChangeLog | 1 + ppp/barry-verizon | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3caa5804..edc75d56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ Release: version 0.13 - 2008/05/?? - updated AUTHORS - renamed sample ppp peer files, in preparation for installing them automatically in binary packages + - modified verizon options file to use pppob 2008/05/16 - put sequence packet check directly in the SocketZero::RawReceive() function, which now localizes all sequence packet diff --git a/ppp/barry-verizon b/ppp/barry-verizon index 0190099f..90127908 100644 --- a/ppp/barry-verizon +++ b/ppp/barry-verizon @@ -1,10 +1,10 @@ debug debug debug nodetach -/dev/pts/2 +pty "/usr/sbin/pppob" #added MLS mtu 1492 115200 -connect "/usr/sbin/chat -f /etc/chatscripts/blackberry" +connect "/usr/sbin/chat -f /etc/chatscripts/barry-verizon.chat" nomultilink defaultroute noipdefault -- 2.11.4.GIT