]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- added comment to DISTCC_HOSTS
authormisi3k <misi3k@pld-linux.org>
Sun, 6 Apr 2003 08:45:00 +0000 (08:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved log file from ~/ to ~/tmp

Changed files:
    distcc.csh -> 1.2
    distcc.sh -> 1.2

distcc.csh
distcc.sh

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