chroot-functions.sh: don't run 'distcc-config --install'
authorMatt Turner <mattst88@gentoo.org>
Sun, 26 Jun 2011 16:59:11 +0000 (12:59 -0400)
committerMatt Turner <mattst88@gmail.com>
Sun, 26 Jun 2011 17:05:19 +0000 (13:05 -0400)
distcc-config doesn't have this option anymore, so it's unneeded.

ChangeLog
targets/support/chroot-functions.sh

index 23aa985472c7a0c54eebd1f5b7deaa622cec56eb..b6df4d53fd3f8a0104131204988f09ef8be9f0cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  26 Jun 2011; Matt Turner <mattst88@gentoo.org>
+  targets/support/chroot-functions.sh:
+  Don't run 'distcc-config --install'
+
   26 Jun 2011; Sebastian Pipping <sping@gentoo.org>
   modules/catalyst_support.py:
   Warn about multiple argument errors at the same time
index 8b03f6cb4436bd74464b86d8a4fdeda368d57cb3..e739f0aa3dde61bbbc86d306812418127b6d5ddd 100644 (file)
@@ -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