diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-31 17:20:18 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-31 17:20:18 +0000 |
commit | 3898f250e03460038fae7b48495b2a25f05f6b71 (patch) | |
tree | 90a324c850ce78c26f89215254166e68243995fe /net/ppxp/files/patch-aa | |
parent | Upgrade to 0.3.90 (diff) |
This is a new user process PPP software pakgae. It is easy to setup
and has nice GUI to control connection. This PPP software make a
connection on demand and can traslate IP address and port numbers as
called as NAT. This spackage have many console programs, ppxp is
standard terminal oriented console, xppxp is X client console, tkppxp
is Tcl/Tk based console, and much more.
Submitted by: Norio Suzuki <nosuzuki@e-mail.ne.jp>,
KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
Notes
Notes:
svn path=/head/; revision=15740
Diffstat (limited to 'net/ppxp/files/patch-aa')
-rw-r--r-- | net/ppxp/files/patch-aa | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/ppxp/files/patch-aa b/net/ppxp/files/patch-aa new file mode 100644 index 000000000000..f0a102189874 --- /dev/null +++ b/net/ppxp/files/patch-aa @@ -0,0 +1,28 @@ +*** etc/modem/MC-6500@isdn Thu Jan 1 09:00:00 1970 +--- etc/modem/MC-6500@isdn Mon Jun 15 22:41:37 1998 +*************** +*** 0 **** +--- 1,9 ---- ++ include standard ++ ++ Name "PHS alpha DATA MC-6500 @ ISDN" ++ MaxDTESpeed 115200 ++ Initialize "ATE1Q0@O2" ++ PulseDial "ATD\p" ++ ToneDial "ATD\p" ++ Dial "ATD\p" ++ IsdnDial "ATD\p" +*** etc/modem/MC-6500@modem Thu Jan 1 09:00:00 1970 +--- etc/modem/MC-6500@modem Mon Jun 15 22:42:20 1998 +*************** +*** 0 **** +--- 1,9 ---- ++ include standard ++ ++ Name "PHS alpha DATA MC-6500 @ modem" ++ MaxDTESpeed 115200 ++ Initialize "ATE1Q0@O1" ++ PulseDial "ATD\p" ++ ToneDial "ATD\p" ++ Dial "ATD\p" ++ IsdnDial "ATD\p" |