chiark / gitweb /
git-daemon: tweak comments
authorTony Finch <dot@dotat.at>
Tue, 30 Mar 2010 15:09:49 +0000 (15:09 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 22 May 2010 14:54:41 +0000 (15:54 +0100)
git-daemon/git-daemon.pl

index 1cd36a41187da077d18de7128524ee5745cc740b..9404ccaf88c888df7a051c2887b015a87f878ebb 100755 (executable)
@@ -2,10 +2,6 @@
 #
 # A git daemon with an added userv security boundary.
 #
-# This reads the first packet-line of the protocol, checks the syntax
-# of the pathname and hostname, then uses userv to invoke the
-# git-upload-pack as the target user with safe arguments.
-#
 # This was written by Tony Finch <dot@dotat.at>
 # You may do anything with it, at your own risk.
 # http://creativecommons.org/publicdomain/zero/1.0/
@@ -17,7 +13,7 @@ use POSIX;
 use Socket;
 use Sys::Syslog;
 
-use lib '/etc/userv';
+use lib '/etc/userv'; # for git-daemon-urlmap.pl
 
 sub ntoa {
     my $sockaddr = shift;