summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 119550a)
raw | patch | inline | side by side (parent: 119550a)
author | Christian Couder <chriscool@tuxfamily.org> | |
Thu, 26 Oct 2006 04:33:07 +0000 (06:33 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 26 Oct 2006 05:35:20 +0000 (22:35 -0700) |
It is useless because --inetd implies --syslog.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/everyday.txt | patch | blob | history | |
Documentation/git-daemon.txt | patch | blob | history |
index 99e24a445b9be8692acaed34c7bdfd186d6d0ece..278161f587497f70643f3805c89e9d87afc790c0 100644 (file)
------------
$ grep git /etc/inetd.conf
git stream tcp nowait nobody \
- /usr/bin/git-daemon git-daemon --inetd --syslog --export-all /pub/scm
+ /usr/bin/git-daemon git-daemon --inetd --export-all /pub/scm
------------
+
The actual configuration line should be on one line.
wait = no
user = nobody
server = /usr/bin/git-daemon
- server_args = --inetd --syslog --export-all --base-path=/pub/scm
+ server_args = --inetd --export-all --base-path=/pub/scm
log_on_failure += USERID
}
------------
index d562232e522fba78721328b1c76ce08490b0ee3e..4b2ea2df318fb85c02cdabd09411dfe36853ed56 100644 (file)
+
------------------------------------------------
git stream tcp nowait nobody /usr/bin/git-daemon
- git-daemon --inetd --verbose
- --syslog --export-all
+ git-daemon --inetd --verbose --export-all
/pub/foo /pub/bar
------------------------------------------------
+
------------------------------------------------
git stream tcp nowait nobody /usr/bin/git-daemon
- git-daemon --inetd --verbose
- --syslog --export-all
+ git-daemon --inetd --verbose --export-all
--interpolated-path=/pub/%H%D
/pub/www.example.org/software
/pub/www.example.com/software