[bugs update quozl@laptop.org**20080520075929] { hunk ./BUGS/closed/221.txt 1 -Symptom: no automatic connection. +Version: 1.0, 1.1 + +Symptom: no automatic connection, connect script failed, modem silent. hunk ./BUGS/closed/733.txt 1 -Symptom: upgrade disconnects a network connection via the modem. +Version: 1.0, 1.1, 1.2 + +Symptom: package upgrade disconnects a modem network connection. hunk ./BUGS/list.phtml 4 - echo ''.$pn.''; + echo ''.$pn.'
'; hunk ./BUGS/list.phtml 7 - if (!eregi('*.txt', $na)) continue; + if (!eregi('([0-9]*)(\.txt)', $na, $regs)) continue; hunk ./BUGS/list.phtml 10 + $bn = $regs[1]; hunk ./BUGS/list.phtml 15 - $bn = $na - '.txt'; hunk ./BUGS/list.phtml 16 - echo ''.$bn.'
'; + if (eregi("Symptom: ([^\n]*)", $data, $regs)) { + $ti = $regs[1]; + } + if (eregi("Title: ([^\n]*)", $data, $regs)) { + $ti = $regs[1]; + } + echo '#'.$bn.' '.$ti.'
'; hunk ./BUGS/list.phtml 28 -show_bugs('open'); -show_bugs('closed'); +show_bugs('open/'); +show_bugs('closed/'); hunk ./BUGS/open/396.txt 1 -Symptom: package is i386 when it should be noarch. +Version: 1.0, 1.1, 1.2, 1.3 + +Symptom: installation warning on AMD64 processor architecture. + +Analysis: package is i386 when it should be noarch. hunk ./BUGS/open/526.txt 1 +Version: 1.0, 1.1, 1.2, 1.3 + +Title: permission denied error during installation or upgrade on new_id. + hunk ./BUGS/open/661.txt 1 -Symptom: DNS servers are not identified. +Version: 1.0, 1.1, 1.2, 1.3 + +Title: DNS servers are not identified, cannot browse. + +Symptom: the modem offers DNS servers of 10.11.12.13 or similar, which +do not work, and so host names cannot be resolved. hunk ./BUGS/template 2 + +Title: }