aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-daemon.txt
diff options
context:
space:
mode:
authorAndreas Ericsson <exon@op5.se>2005-11-14 17:41:01 +0100
committerJunio C Hamano <junkio@cox.net>2005-11-15 00:19:32 -0800
commitbce8230d5d897a738cc004954df71f50a40295db (patch)
tree4686035a39e23998a56858bf1b797b457e12156b /Documentation/git-daemon.txt
parent8b649e27dd26608098605ded691b497ffa032500 (diff)
downloadgit-bce8230d5d897a738cc004954df71f50a40295db.tar.gz
git-bce8230d5d897a738cc004954df71f50a40295db.tar.xz
git-daemon: --inetd implies --syslog
Otherwise nothing is logged anywhere, which is a Bad Thing. Signed-off-by: Andreas Ericsson <ae@op5.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-daemon.txt')
-rw-r--r--Documentation/git-daemon.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 67c5f22a7..378385830 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -35,7 +35,7 @@ OPTIONS
do not have the 'git-daemon-export-ok' file.
--inetd::
- Have the server run as an inetd service.
+ Have the server run as an inetd service. Implies --syslog.
--port::
Listen on an alternative port.