]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- DON'T override local configuration, arggggggggghhhhhhhhh
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 17 Oct 2004 16:23:29 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc.csh -> 1.3
    distcc.sh -> 1.3

distcc.csh
distcc.sh

index a493298fc5b8fb0965bc7167168470e2d71412cb..5acc3ab686368991c55fcf1d7591030dfb5b864c 100644 (file)
@@ -1,4 +1,2 @@
 # $Revision$, $Date$
-# DISTCC_HOSTS HOSTNAME[:PORT][,OPT...]
-setenv DISTCC_HOSTS "localhost"
 setenv DISTCC_LOG "$HOME/tmp/distcc.log"
index 8a9e23adfa6fbf00a891a0e8b482ec36040d0397..646d1e2fc892e54baa52bfd53fe0761398d0f038 100644 (file)
--- a/distcc.sh
+++ b/distcc.sh
@@ -1,5 +1,3 @@
 # $Revision$, $Date$
-# DISTCC_HOSTS HOSTNAME[:PORT][,OPT...]
-DISTCC_HOSTS="localhost"
 DISTCC_LOG="$HOME/tmp/distcc.log"
-export DISTCC_HOSTS DISTCC_LOG
+export DISTCC_LOG
This page took 0.093784 seconds and 4 git commands to generate.