1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/ppxp/files/patch-aa
SADA Kenji 3898f250e0 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>
1998-12-31 17:20:18 +00:00

29 lines
657 B
Plaintext

*** 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"