summaryrefslogtreecommitdiff
path: root/pump.in
diff options
context:
space:
mode:
authorklarlund <klarlund@gmail.com>2008-06-09 19:59:34 +0000
committerklarlund <klarlund@gmail.com>2008-06-09 19:59:34 +0000
commit14d0ffd9b551c9e36ae030deff6fcbf4e024d37b (patch)
tree03803a33a6d9f2fdaf6b4615f6af41dd7b4ce347 /pump.in
parentb7f28332c52d01ddf36ca45d907d2517b53b8105 (diff)
downloaddistcc-git-14d0ffd9b551c9e36ae030deff6fcbf4e024d37b.tar.gz
The missing include_server(1) man page and additional material about the basic
assumptions of distcc-pump added to man/distcc.1 as well. The BUGS section of distcc.1 has been updated. A spelling error correction is made to man/distcc.1. The pump.in script is changed so that it does not introduce other certain defaults than those mentioned in the manual (which are those of the of include server). Finally, I changed the order of the options in the include server source code to be alphabetical in accordance with include_server(1) man page. Reviewers: fergus, csilvers.
Diffstat (limited to 'pump.in')
-rwxr-xr-xpump.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/pump.in b/pump.in
index 9311323..be0f688 100755
--- a/pump.in
+++ b/pump.in
@@ -281,8 +281,6 @@ StartIncludeServer() {
"'$include_server'" \
--port "'$socket'" \
--pid_file "'$tmp_pid_file'" \
- --email \
- --email_bound=5 \
-d1 \
$INCLUDE_SERVER_ARGS
)