* 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

@ -3,7 +3,7 @@ bin_SCRIPTS = nix-collect-garbage \
nix-install-package nix-channel nix-build \
nix-pack-closure nix-unpack-closure
noinst_SCRIPTS = nix-profile.sh generate-patches.pl
noinst_SCRIPTS = nix-profile.sh generate-patches.pl find-runtime-roots.pl
nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl

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;