From 35fe8211856a5c8eb8c55d63dbb2a9c25e49c8bb Mon Sep 17 00:00:00 2001 From: AichnerAd Date: Sun, 26 Aug 2012 02:45:59 +0200 Subject: [PATCH] simple typo fix --- Documentation/git-daemon.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index e8f757704c7fcf..4799e35c589c8a 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -220,7 +220,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 @@ -233,7 +233,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