summaryrefslogtreecommitdiff
path: root/git-daemon
diff options
context:
space:
mode:
authorTony Finch <dot@dotat.at>2010-03-30 15:09:49 +0000
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>2010-05-22 15:54:41 +0100
commit71d8614b3653ee42effbe98e1a6edf816c4cc0b3 (patch)
treedc4499ea5382f14a191502a59899c49c5c757050 /git-daemon
parent11f72b3fe66969b26652050089fa778ca3c474d4 (diff)
downloaduserv-utils-71d8614b3653ee42effbe98e1a6edf816c4cc0b3.tar.gz
git-daemon: tweak comments
Diffstat (limited to 'git-daemon')
-rwxr-xr-xgit-daemon/git-daemon.pl6
1 files changed, 1 insertions, 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 <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;