author | Jonathan Nieder <jrnieder@uchicago.edu> | |
Mon, 30 Jun 2008 22:15:57 +0000 (17:15 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 2 Jul 2008 00:20:09 +0000 (17:20 -0700) | ||
commit | 963a653fa635c6b07ed399b2fafca2a4d7866a21 | |
tree | 7352248e78ffcacb02dce8306749d530aa9bda01 | tree | snapshot |
parent | 3861cd5582d4ae4b41a3bf4c464e780d1725ad4e | commit | diff |
git-daemon(1): don't assume git-daemon is in /usr/bin
In the example inetd.conf lines in git-daemon(1), it was
assumed that `git-daemon` resides in the user's /usr/bin.
With this patch, we only assume `git` is in /usr/bin.
The stronger assumption fails in the default installation
nowadays.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
In the example inetd.conf lines in git-daemon(1), it was
assumed that `git-daemon` resides in the user's /usr/bin.
With this patch, we only assume `git` is in /usr/bin.
The stronger assumption fails in the default installation
nowadays.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-daemon.txt | diff | blob | history |