]> git.ipfire.org Git - thirdparty/git.git/commit
git-daemon(1): don't assume git-daemon is in /usr/bin
authorJonathan Nieder <jrnieder@uchicago.edu>
Mon, 30 Jun 2008 22:15:57 +0000 (17:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2008 00:20:09 +0000 (17:20 -0700)
commit963a653fa635c6b07ed399b2fafca2a4d7866a21
tree7352248e78ffcacb02dce8306749d530aa9bda01
parent3861cd5582d4ae4b41a3bf4c464e780d1725ad4e
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>
Documentation/git-daemon.txt