diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-05-30 09:23:58 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-05-30 09:23:58 +0000 |
commit | 912ea7d4f5dbbacae566e00ff5217a7f0cdcf7e2 (patch) | |
tree | 748320276d3c30fbe46ba7735fccfc1843afdb45 /sys-devel/distcc/files | |
parent | fix to smooth DISTCC_HOSTS upgrades (diff) | |
download | gentoo-2-912ea7d4f5dbbacae566e00ff5217a7f0cdcf7e2.tar.gz gentoo-2-912ea7d4f5dbbacae566e00ff5217a7f0cdcf7e2.tar.bz2 gentoo-2-912ea7d4f5dbbacae566e00ff5217a7f0cdcf7e2.zip |
fix to smooth DISTCC_HOSTS upgrades
Diffstat (limited to 'sys-devel/distcc/files')
-rw-r--r-- | sys-devel/distcc/files/2.3/distcc-config | 6 | ||||
-rw-r--r-- | sys-devel/distcc/files/digest-distcc-2.5-r1 | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/distcc/files/2.3/distcc-config b/sys-devel/distcc/files/2.3/distcc-config index 4ca40100953d..61230714b366 100644 --- a/sys-devel/distcc/files/2.3/distcc-config +++ b/sys-devel/distcc/files/2.3/distcc-config @@ -8,7 +8,7 @@ # 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.3/distcc-config,v 1.1 2003/05/21 10:15:09 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.3/distcc-config,v 1.2 2003/05/30 09:23:56 zwelch Exp $ [ -z "${ROOT}" ] && ROOT=/ @@ -36,8 +36,8 @@ dccc_exit() { # create the appropriate configuration directory is_super_user && \ - DCCC_HOSTS_FILE="/etc/distcc/hosts" || \ - DCCC_HOSTS_FILE="${HOME}/.distcc/hosts" + DCCC_HOSTS_FILE="${ROOT}etc/distcc/hosts" || \ + DCCC_HOSTS_FILE="${ROOT}${HOME#/}/.distcc/hosts" mkdir -p $(dirname ${DCCC_HOSTS_FILE}) || \ dccc_exit "unable to create configuration directory" diff --git a/sys-devel/distcc/files/digest-distcc-2.5-r1 b/sys-devel/distcc/files/digest-distcc-2.5-r1 new file mode 100644 index 000000000000..b14915b69443 --- /dev/null +++ b/sys-devel/distcc/files/digest-distcc-2.5-r1 @@ -0,0 +1 @@ +MD5 b0b6a34fa5a30bfa7f6853f477f7772f distcc-2.5.tar.bz2 220088 |