]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-plusgsm_example.patch
21be588fb35ca065e22c09004010c350bfb32408
[packages/rc-scripts.git] / rc-scripts-plusgsm_example.patch
1 --- ./sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm.org      2005-06-27 11:27:55.299170088 +0200
2 +++ ./sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm  2005-06-27 11:28:58.937495592 +0200
3 @@ -1,6 +1,9 @@
4 -ABORT BUSY
5 -ABORT ERROR
6 +ABORT "BUSY"
7 +ABORT "ERROR"
8  ABORT "NO CARRIER"
9 +ABORT "NO DIALTONE"
10 +ABORT "NO ANSWER"
11 +ABORT "Username/Password Incorrect"
12  "" AT
13 -OK-AT-OK ATD"$PHONE"
14 +OK-AT-OK ATDT"$PHONE"
15  CONNECT
16 --- ./sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm.org  2005-06-27 11:27:06.924524152 +0200
17 +++ ./sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm      2005-06-27 11:27:31.687759568 +0200
18 @@ -16,8 +16,8 @@
19  #ACTIVEFILTER=
20  #IDLE=
21  PHONE='*99***1#'
22 -USER=ppp
23 -PASSWORD=ppp
24 +USER=plusgsm
25 +PASSWORD=plusgsm
26  #INITSTRING=ATe0s2=255
27  DATAFORCHAT="USER PASSWORD INITSTRING PHONE"
28  
This page took 0.016779 seconds and 2 git commands to generate.