#! /bin/sh -e ## 01_distcc_man.dpatch by Carsten Wolff ## Edited for distcc 3.x by David Futcher if [ $# -ne 1 ]; then echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1 fi case "$1" in -patch) patch -f --no-backup-if-mismatch -p1 < $0;; -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;; *) echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1;; esac exit 0 @DPATCH@ diff -urNad distcc-3.0~/man/distcc.1 distcc-3.0/man/distcc.1 --- distcc-3.0~/man/distcc.1 2008-08-06 21:52:32.000000000 +0100 +++ distcc-3.0/man/distcc.1 2008-08-07 16:46:32.000000000 +0100 @@ -596,20 +596,57 @@ .TP 100 General distcc failure. +.TP +101 +Bad arguments. +.TP +102 +Bind failed. +.TP +103 +Connect failed. +.TP +104 +Compiler crashed. .TP 105 Out of memory. +.TP +106 +Bad Host SPEC +.TP +107 +I/O Error +.TP +108 +Truncated. +.TP +109 +Protocol Error. .TP 110 The given compiler was not found on the remote host. Check that $CC is set appropriately and that it's installed in a directory on the search path for distccd. .TP 111 Recursive call to distcc. +.TP +112 +Failed to discard privileges. +.TP +113 +Network access denied. +.TP +114 +In use by another process. +.TP +115 +No such file. .TP 116 No hosts defined and fallbacks disabled. -.PP -(Others are listed in exitcode.h.) +.TP +118 +Timeout. .SH "FILES" If $DISTCC_HOSTS is not set, distcc reads a host list from either .B $DISTCC_DIR/hosts