From 01804ebf0c6fb9feef30c481a2ffb49826b14e31 Mon Sep 17 00:00:00 2001 From: Marcelo Leitner Date: Tue, 20 Nov 2007 12:48:56 +0000 Subject: - Revert the nsswitch.conf change, as ypbind is not used anymore and should be down on all nodes, also fixing this problem. --- lib/Iurt/Chroot.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 2e6c024..53649ac 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -523,9 +523,6 @@ sub build_chroot { # name are not resolved via DNS but via /etc/hosts sudo($run, $config, '--cp', "/etc/hosts", "$tmp_chroot/etc/"); sudo($run, $config, '--cp', "/etc/resolv.conf", "$tmp_chroot/etc/"); - # As pixel reported, without this make test on perl package fails due - # glibc print outs screaming about "YPBINDPROC_DOMAIN". - sudo($run, $config, '--cp', "/etc/nsswitch.conf", "$tmp_chroot/etc/"); sudo($run, $config, "--initdb", $tmp_chroot); # install chroot -- cgit v1.2.1