From b31b2bb2e8c72b8517253e41d89eb6d90f8c2cfd Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 26 Jun 2011 12:59:11 -0400 Subject: [PATCH 1/1] chroot-functions.sh: don't run 'distcc-config --install' distcc-config doesn't have this option anymore, so it's unneeded. --- ChangeLog | 4 ++++ targets/support/chroot-functions.sh | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23aa9854..b6df4d53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 26 Jun 2011; Matt Turner + targets/support/chroot-functions.sh: + Don't run 'distcc-config --install' + 26 Jun 2011; Sebastian Pipping modules/catalyst_support.py: Warn about multiple argument errors at the same time diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 8b03f6cb..e739f0aa 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -86,8 +86,6 @@ setup_myfeatures(){ sed -i '/USE="${USE} -avahi -gtk -gnome"/d' /etc/make.conf mkdir -p /etc/distcc echo "${clst_distcc_hosts}" > /etc/distcc/hosts - # We need to run distcc-config, since it might not have gotten run - [ -x /usr/bin/distcc-config ] && /usr/bin/distcc-config --install # This sets up automatic cross-distcc-fu according to # http://www.gentoo.org/doc/en/cross-compiling-distcc.xml -- 2.26.2