Assembla home | Assembla project page
 

Changeset 24

Show
Ignore:
Timestamp:
08/31/07 02:11:16 (1 year ago)
Author:
evdowizard
Message:

fix lockups on reconncet, pppd now detaches from ifup.3g once connected

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/imagebuilder/files/sbin/ifup.3g

    r23 r24  
    5959# run pppd with variables 
    6060(while :; do 
    61 /usr/sbin/pppd nodetach \ 
     61/usr/sbin/pppd updetach \ 
    6262$DEVICE \ 
    6363115200 \ 
     
    8686EXSTATUS=$? 
    8787# if there were errors and pppd wasn't killed 
    88 if [ $EXSTATUS -ne 0 -a $EXSTATUS -ne 5 -a $EXSTATUS -ne 12 ]; then 
     88if [ $EXSTATUS -ne 0 -a $EXSTATUS -ne 5 ]; then 
    8989        # wait until lock is removed 
    9090        while [ -e /var/lock/LCK..* ]; do