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 16:59:11 +0000 (12:59 -0400)
distcc-config doesn't have this option anymore, so it's unneeded.

ChangeLog
targets/support/chroot-functions.sh

index b4f2407fc7cbeb6e021a1b1cefd9c2fab1703447..965171ae2903759fc69828baca7987d38d091265 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'
+
   25 Jun 2011; Sebastian Pipping <sping@gentoo.org>
   targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
   targets/support/chroot-functions.sh:
index 0d8b76ebb0f3be2638f0ef3d6986ecaa49dc514a..638ef678211cfbe6017a9479da97ef3d6a1f060b 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