From: Tony Finch Date: Tue, 30 Mar 2010 15:09:49 +0000 (+0000) Subject: git-daemon: tweak comments X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/userv-utils/commitdiff_plain/71d8614b3653ee42effbe98e1a6edf816c4cc0b3 git-daemon: tweak comments --- diff --git a/git-daemon/git-daemon.pl b/git-daemon/git-daemon.pl index 1cd36a4..9404cca 100755 --- a/git-daemon/git-daemon.pl +++ b/git-daemon/git-daemon.pl @@ -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 # 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;