diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index 7e5098a95e48bb..c4e18f44612514 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -236,7 +236,7 @@ git 9418/tcp # Git Version Control System To set up 'git daemon' as an inetd service that handles any repository under the whitelisted set of directories, /pub/foo and /pub/bar, place an entry like the following into - /etc/inetd all on one line: + /etc/inetd.conf all on one line: + ------------------------------------------------ git stream tcp nowait nobody /usr/bin/git @@ -249,7 +249,7 @@ git 9418/tcp # Git Version Control System To set up 'git daemon' as an inetd service that handles repositories for different virtual hosts, `www.example.com` and `www.example.org`, place an entry like the following into - `/etc/inetd` all on one line: + `/etc/inetd.conf` all on one line: + ------------------------------------------------ git stream tcp nowait nobody /usr/bin/git