X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=git-daemon%2FREADME;h=97edd702ca263f51690a3c635ea09f9e73ef6ac4;hb=b943240f15db6b7684fbd241dc0ab5445390dde5;hp=116a6b35cec0d090efd1ae4dd2e4a765db6443a3;hpb=d36c5f7baf4f11c7d6765afac2f5fb9449b0e0a7;p=userv-utils.git diff --git a/git-daemon/README b/git-daemon/README index 116a6b3..97edd70 100644 --- a/git-daemon/README +++ b/git-daemon/README @@ -15,7 +15,7 @@ userv-git-daemon uses $(libuserv), $(etcuserv), and $(services). Type make install. -Create a "git" user that will run the outer part of the git-daemon. +Create a "userv-git" user that will run the outer part of the git-daemon. Ensure your /etc/services contains a line like "git 9418/tcp". Insert the inetd.conf fragment into your /etc/inetd.conf @@ -59,35 +59,7 @@ service, which is simply the git program with the same name. Configuration: -------------- -See "chiark-urlmap" for an example. - -Each line is one of: - - single-user [/] [] - matching requests will be handled by - and unless overridden by handled by - serving subdirectories of - - multi-user [/] - matching requests are only those those next - path element starts with ~. The - request will be handled by and unless - overridden by will be handled by - serving subdirectories of - ( must be a relative path) - - repo-regexp - For per-user service. Subrepos must match this - regexp, which must contain a single matching - group which is the filesystem pathname inside - the . The default is (Tcl syntax): - repo-regexp {^(\w[-+._0-9A-Za-z]*)$} - - [no-]require-git-daemon-export-ok - For per-user service. Default is no-. - -Last match, or last setting, wins. -s may start with ~ +See "git-urlmap" for syntax description and an example. ----------------------------------------------