summaryrefslogtreecommitdiff
path: root/man/distccmon-text.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix varous source documentation typosluz paz2022-02-181-1/+1
| | | Found via `codespell -q 3 -S ./ChangeLog -L ake,ba,msdos,paralel,te`
* Update to new ccache URLJoel Rosdahl2019-05-261-1/+1
| | | | ccache’s web site is now located at https://ccache.dev.
* Documentation fixes:Craig Silverstein2008-05-301-1/+3
| | | | | | | | | | | | | | | | 1) Replace http://distcc.samba.org with the new google code location 2) Add favicon.ico from the distcc.samba.org site 3) Use distcc@lists.samba.org as the only distcc mailing list (there were at least three mailing lists scattered around the docs, some of which don't even exist anymore!) 4) Update man pages and other docs to not use "distcc-pump" anywhere; it's now "pump mode" or "distcc's pump mode", or "distcc-pump mode". I also add, to the README, some discussion of scaling to hundreds of machines. Reviewed by fergus and klarlund
* The first step of moving everything in the distcc directory to the topCraig Silverstein2008-04-111-0/+56
level. I'm doing this in two stages, because I don't understand svn enough to be confident to do it in one. This first stage just copies all the files from distcc/FOO to FOO. Now there are two copies of each file under distcc; the Makefile/etc uses the one in distcc and ignores the one at the top level. The next commit will delete everything under distcc, and rewrite the Makefile/etc to use the top-level versions instead.