Documentation: add git in /etc/services.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Christian Couder 2006-10-27 07:00:57 +02:00 committed by Junio C Hamano
parent e2b1d1ccdd
commit f8a5da6d94
2 changed files with 14 additions and 0 deletions

View File

@ -353,6 +353,13 @@ example of managing a shared central repository.

Examples
~~~~~~~~
We assume the following in /etc/services::
+
------------
$ grep 9418 /etc/services
git 9418/tcp # Git Version Control System
------------

Run git-daemon to serve /pub/scm from inetd.::
+
------------

View File

@ -162,6 +162,13 @@ upload-archive::

EXAMPLES
--------
We assume the following in /etc/services::
+
------------
$ grep 9418 /etc/services
git 9418/tcp # Git Version Control System
------------

git-daemon as inetd server::
To set up `git-daemon` as an inetd service that handles any
repository under the whitelisted set of directories, /pub/foo