From 71d8614b3653ee42effbe98e1a6edf816c4cc0b3 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Tue, 30 Mar 2010 15:09:49 +0000 Subject: [PATCH] git-daemon: tweak comments --- git-daemon/git-daemon.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; -- 2.30.2