diff options
author | 2004-03-02 17:23:01 +0000 | |
---|---|---|
committer | 2004-03-02 17:23:01 +0000 | |
commit | c62cdea5376745ffa80cccd8a855876f2ecd0891 (patch) | |
tree | 0e4526baae5f001d1a192ed9104479a439f9912d /sys-devel/distcc/files | |
parent | Added ~amd64 keyword. (Manifest recommit) (diff) | |
download | gentoo-2-c62cdea5376745ffa80cccd8a855876f2ecd0891.tar.gz gentoo-2-c62cdea5376745ffa80cccd8a855876f2ecd0891.tar.bz2 gentoo-2-c62cdea5376745ffa80cccd8a855876f2ecd0891.zip |
Version bump and to remove DISTCC_DIR remnants from the daemon config files (see bug #42947). the config files are non critical, since an unuse envvar never hurt anyone i will not bump 2.12.1.
Diffstat (limited to 'sys-devel/distcc/files')
-rw-r--r-- | sys-devel/distcc/files/2.11.1p/conf | 6 | ||||
-rw-r--r-- | sys-devel/distcc/files/2.11.1p/init | 3 | ||||
-rw-r--r-- | sys-devel/distcc/files/digest-distcc-2.13 | 1 |
3 files changed, 3 insertions, 7 deletions
diff --git a/sys-devel/distcc/files/2.11.1p/conf b/sys-devel/distcc/files/2.11.1p/conf index d76a02999705..389100743704 100644 --- a/sys-devel/distcc/files/2.11.1p/conf +++ b/sys-devel/distcc/files/2.11.1p/conf @@ -1,5 +1,5 @@ # Copyright 2003 Gentoo Technologies, Inc -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11.1p/conf,v 1.1 2003/10/18 20:18:15 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11.1p/conf,v 1.2 2004/03/02 17:23:01 lisa Exp $ # distccd configuration file # this is the distccd executable @@ -15,7 +15,3 @@ DISTCCD_PIDFILE=/var/run/distccd/distccd.pid # set this for niceness # Default is 15 DISTCCD_NICE="15" - -# This is the path that distccd and the monitors will look -# for the state files. -DISTCC_DIR="/var/tmp/distccd" diff --git a/sys-devel/distcc/files/2.11.1p/init b/sys-devel/distcc/files/2.11.1p/init index 754fe9a3587d..9d57b2cae862 100644 --- a/sys-devel/distcc/files/2.11.1p/init +++ b/sys-devel/distcc/files/2.11.1p/init @@ -1,5 +1,5 @@ #!/sbin/runscript -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11.1p/init,v 1.1 2003/10/18 20:18:15 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11.1p/init,v 1.2 2004/03/02 17:23:01 lisa Exp $ depend() { need net @@ -8,7 +8,6 @@ depend() { start() { rm -f ${DISTCCD_PIDFILE} ebegin "Starting distccd" - DISTCC_DIR="${DISTCC_DIR}" \ PATH="$(gcc-config --get-bin-path):${PATH}" \ /sbin/start-stop-daemon --start --quiet --startas ${DISTCCD_EXEC} \ --pidfile ${DISTCCD_PIDFILE} -- \ diff --git a/sys-devel/distcc/files/digest-distcc-2.13 b/sys-devel/distcc/files/digest-distcc-2.13 new file mode 100644 index 000000000000..9d066b5a3a22 --- /dev/null +++ b/sys-devel/distcc/files/digest-distcc-2.13 @@ -0,0 +1 @@ +MD5 98cfd19a0329c9c3fdaee14098b2a9a5 distcc-2.13.tar.bz2 330805 |