%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
git-daemon-run for Debian ------------------------- This package enables a git-daemon service. This allows people to use a git:// URL to access your repositories. After installing this package, wait five seconds for the git-daemon service to be picked up by runit, and check its status and logs: sv stat git-daemon cat /var/log/git-daemon/current See the sv(8) program on how to manage the service, or, alternatively, create a symbolic link /etc/init.d/git-daemon pointing to /usr/bin/sv to have an LSB compatible interface to control it: ln -s /usr/bin/sv /etc/init.d/git-daemon /etc/init.d/git-daemon status The git daemon by default looks into the directory /var/lib/git/ for repositories (this is configured in /etc/sv/git-daemon/run). It expects the repositories' .git subdirectories in that directory, symlinks pointing to the corresponding subdirectories in the repositories are just fine, e.g.: ln -s ~pape/git/foo/.git /var/lib/git/foo.git This makes 'git-clone git://git.example.org/git/foo' to clone the foo repository on remote machines work. -- Gerrit Pape <pape@smarden.org> Sun, 03 Jun 2007 09:51:53 +0000