diff options
author | Lisa M. Seelye <lisa@gentoo.org> | 2003-07-21 19:06:42 +0000 |
---|---|---|
committer | Lisa M. Seelye <lisa@gentoo.org> | 2003-07-21 19:06:42 +0000 |
commit | 262181828c62e1ca753786dc2bc58d24c54d7907 (patch) | |
tree | f2347b75abfe68066b68ba31b6a8fd07845e83d6 /sys-devel | |
parent | Fixing libxml2 issue. (diff) | |
download | gentoo-2-262181828c62e1ca753786dc2bc58d24c54d7907.tar.gz gentoo-2-262181828c62e1ca753786dc2bc58d24c54d7907.tar.bz2 gentoo-2-262181828c62e1ca753786dc2bc58d24c54d7907.zip |
distcc-config for v2.8
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/distcc/files/2.8/distcc-config | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-devel/distcc/Manifest b/sys-devel/distcc/Manifest index 0bc1c9420208..09d0875eef5a 100644 --- a/sys-devel/distcc/Manifest +++ b/sys-devel/distcc/Manifest @@ -18,7 +18,7 @@ MD5 56fd1ac60c1b8402e1632da62f32a890 files/digest-distcc-2.8-r2 63 MD5 ee7751409b90e538899a2d8030f779e6 files/2.8/conf 388 MD5 3783a1abcbd33bc1d24e14012edeb696 files/2.8/init 484 MD5 ee4f0fde9d5e6fe88bf7f513cf12920c files/2.8/001_fix_tempfile.patch.gz 251 -MD5 26e10491f8255c781cc0e33aa1ebe628 files/2.8/distcc-config 7387 +MD5 9e01d7b626696716500bbf56c68a5680 files/2.8/distcc-config 7559 MD5 ee7751409b90e538899a2d8030f779e6 files/2.9/conf 388 MD5 3783a1abcbd33bc1d24e14012edeb696 files/2.9/init 484 MD5 63dd07135a46fcef934e3fa4c926d5f7 files/2.9/distcc-config 7559 diff --git a/sys-devel/distcc/files/2.8/distcc-config b/sys-devel/distcc/files/2.8/distcc-config index c0dd2add4cb2..53e44397663e 100644 --- a/sys-devel/distcc/files/2.8/distcc-config +++ b/sys-devel/distcc/files/2.8/distcc-config @@ -8,8 +8,11 @@ # This script developed by Zachary T Welch at Superlucidity Services, LLC # based on ideas from irc discussion and the clear need for this support # -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.8/distcc-config,v 1.1 2003/07/10 16:04:45 lisa Exp $ - +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.8/distcc-config,v 1.2 2003/07/21 19:06:34 lisa Exp $ +# Changelog +# +# 21 Jul 2003 - Changed install environment to EXCLUDE DISTCC_HOSTS from /etc/env.d/02distcc. +# The hosts are stored by default to /etc/distcc/hosts. <lisa@gentoo.org> [ -z "${ROOT}" ] && ROOT=/ @@ -121,7 +124,6 @@ dccc_install_env() { cat <<_EOF_ > ${DCCC_ENV_FILE} || \ dccc_exit "Unable to create ${DCCC_ENV_FILE}..." # This file is managed by distcc-config; use it to change these settings. -DISTCC_HOSTS="localhost" # DISTCC_VERBOSE is not set # DISTCC_LOG is not set # DCCC_PATH is not set |