chiark / gitweb /
git-daemon: Simplify the filenames
authorTony Finch <dot@dotat.at>
Wed, 31 Mar 2010 00:43:28 +0000 (01:43 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 22 May 2010 14:54:41 +0000 (15:54 +0100)
git-daemon/git-daemon [moved from git-daemon/git-daemon.pl with 100% similarity]
git-daemon/git-service [moved from git-daemon/git-daemon-service.pl with 100% similarity]
git-daemon/git-upload-pack
git-daemon/git-urlmap [moved from git-daemon/git-daemon-urlmap.pl with 100% similarity]

index 39a299445e1f628af2a5636f2ca67db842e499fc..1cba4648ee7f411a7416ad72780ba83d974efe6e 100644 (file)
@@ -5,9 +5,9 @@
 # http://creativecommons.org/publicdomain/zero/1.0/
 
 if ( grep service-user-shell /etc/shells
-   & glob calling-user git
+   & glob service git-upload-pack
    )
         reset
        errors-to-syslog daemon error
-       execute /usr/local/lib/userv/git-daemon-service /etc/userv/git-daemon-urlmap.pl .userv/git-daemon-urlmap.pl
+       execute /usr/local/lib/userv/git-service /etc/userv/git-urlmap .userv/git-urlmap
 fi