diff options
author | Marcelo Leitner <mrl@mandriva.com> | 2007-11-20 12:48:56 +0000 |
---|---|---|
committer | Marcelo Leitner <mrl@mandriva.com> | 2007-11-20 12:48:56 +0000 |
commit | 01804ebf0c6fb9feef30c481a2ffb49826b14e31 (patch) | |
tree | 937e991c83d11047e38197d3e9ef9debb0b37ce4 | |
parent | 447fb785e4bb7db8768bc0fd28813818c3b14499 (diff) | |
download | iurt-01804ebf0c6fb9feef30c481a2ffb49826b14e31.tar iurt-01804ebf0c6fb9feef30c481a2ffb49826b14e31.tar.gz iurt-01804ebf0c6fb9feef30c481a2ffb49826b14e31.tar.bz2 iurt-01804ebf0c6fb9feef30c481a2ffb49826b14e31.tar.xz iurt-01804ebf0c6fb9feef30c481a2ffb49826b14e31.zip |
- Revert the nsswitch.conf change, as ypbind is not used anymore and should be
down on all nodes, also fixing this problem.
-rw-r--r-- | lib/Iurt/Chroot.pm | 3 |
1 files changed, 0 insertions, 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/"); - # <mrl> 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 |