ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

explicitly look for 'dns' in nsswitch.conf #75

Closed suan closed 10 years ago

suan commented 10 years ago

Current installation is broken on Ubuntu because it will replace the default

hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4

with

hosts:          files mdns4_minimal [NOTFOUND=return] dns mprax dns4

This patch fixes that.