aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn P. Davis <zhen@gentoo.org>2004-10-05 13:22:07 +0000
committerJohn P. Davis <zhen@gentoo.org>2004-10-05 13:22:07 +0000
commitd27b032e782d6aecce2ee37669483964e839f634 (patch)
tree43a65a4423a02b84bfb84e601b567f8b9c994549 /targets/stage2/stage2-chroot.sh
parentnew -s option for creating snapshots (diff)
downloadcatalyst-d27b032e782d6aecce2ee37669483964e839f634.tar.gz
catalyst-d27b032e782d6aecce2ee37669483964e839f634.tar.bz2
catalyst-d27b032e782d6aecce2ee37669483964e839f634.zip
bugfix for #66083 which in turn addresses #61605
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@445 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'targets/stage2/stage2-chroot.sh')
-rwxr-xr-xtargets/stage2/stage2-chroot.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/targets/stage2/stage2-chroot.sh b/targets/stage2/stage2-chroot.sh
index b1c7975d..64237db7 100755
--- a/targets/stage2/stage2-chroot.sh
+++ b/targets/stage2/stage2-chroot.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.6 2004/09/29 06:44:26 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.7 2004/10/05 13:22:07 zhen Exp $
/usr/sbin/env-update
source /etc/profile
@@ -20,8 +20,6 @@ then
export DISTCC_HOSTS="${clst_distcc_hosts}"
USE="-gnome -gtk" emerge -b -k --oneshot --nodeps distcc || exit 1
- /usr/bin/distcc-config --install 2>&1 > /dev/null
- /usr/bin/distccd 2>&1 > /dev/null
fi
if [ -n "${clst_PKGCACHE}" ]