Changeset 24
- Timestamp:
- 08/31/07 02:11:16 (1 year ago)
- Files:
-
- trunk/imagebuilder/files/sbin/ifup.3g (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/imagebuilder/files/sbin/ifup.3g
r23 r24 59 59 # run pppd with variables 60 60 (while :; do 61 /usr/sbin/pppd nodetach \61 /usr/sbin/pppd updetach \ 62 62 $DEVICE \ 63 63 115200 \ … … 86 86 EXSTATUS=$? 87 87 # if there were errors and pppd wasn't killed 88 if [ $EXSTATUS -ne 0 -a $EXSTATUS -ne 5 -a $EXSTATUS -ne 12]; then88 if [ $EXSTATUS -ne 0 -a $EXSTATUS -ne 5 ]; then 89 89 # wait until lock is removed 90 90 while [ -e /var/lock/LCK..* ]; do