Closed inspector-cochise closed 12 years ago
actually I've got a better idea than a packetmanager. Consider wget -q -O test.html https://www.apache.org/dist/httpd/ && cat test.html | grep 2.2.16 if this exits with status 0 it is likely that some apache version 2.2.16 is downloadable from the official mirror. If not there may be some newer version...
now implemented (actually a little bit nicer as proposed)!
look how nitko does it's version test