From: Matt Turner Date: Sun, 26 Jun 2011 16:59:11 +0000 (-0400) Subject: chroot-functions.sh: don't run 'distcc-config --install' X-Git-Tag: CATALYST_2_0_6_917~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b31b2bb2e8c72b8517253e41d89eb6d90f8c2cfd;hp=466e2487a78bb554c3afabe0ab6b9a38e31e37bd;p=catalyst.git chroot-functions.sh: don't run 'distcc-config --install' distcc-config doesn't have this option anymore, so it's unneeded. --- 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