1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* Don't try to do DNS lookups.

This commit is contained in:
Eelco Dolstra 2006-07-21 12:28:25 +00:00
parent a4273156c4
commit dcded7da47
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ sub readProc {
sub lsof {
return unless open LSOF, "lsof -b -w -F n |";
return unless open LSOF, "lsof -n -w -F n |";
while (<LSOF>) {
next unless /^n (\/ .*)$/x;