Revision 139598eb
Added by robjarsen about 7 years ago
src/usr/local/sbin/mpd.script | ||
---|---|---|
116 | 116 |
log $modemCmd |
117 | 117 |
call ModemCmd2 |
118 | 118 |
return |
119 |
|
|
119 |
|
|
120 | 120 |
# Null-modem connection |
121 | 121 |
DialNullModem: |
122 | 122 |
log "Connected via null modem connection." |
... | ... | |
1398 | 1398 |
goto ModemCmd2 |
1399 | 1399 |
|
1400 | 1400 |
## |
1401 |
## ModemCheckValue
|
|
1401 |
## ModemCheckValue |
|
1402 | 1402 |
## |
1403 | 1403 |
## Check the value in an S-register (or equivalent). If it is |
1404 | 1404 |
## not what we want, then change it and set $valueChanged to "yes", |
... | ... | |
1641 | 1641 |
log "Auto-login timeout." |
1642 | 1642 |
cancel all |
1643 | 1643 |
return |
1644 |
|
Also available in: Unified diff
Remove Whitespace
I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.
-RJ
(cherry picked from commit 179377b01cc93b0842e07b3865df9812608c8f2c)