Package: lynx-cur
Version: 2.8.6-9
Severity: normal

$ m=some_url_that_will_return_404_not_found,etc.
$ wget $m;echo $?
1
Good.
$ lynx -dump $m;echo $?
0
Bad.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to