summaryrefslogtreecommitdiff
path: root/git-daemon
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-12-09 16:42:32 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-12-09 16:42:32 +0000
commitf07baecf09e3be6b1ef01a02fd31f95db702ad86 (patch)
tree6d06d41abdccf24a729f73b575d8f3c0ed6fc742 /git-daemon
parent8840a0218ab7faf0668966318166b909e18b2131 (diff)
downloaduserv-utils-f07baecf09e3be6b1ef01a02fd31f95db702ad86.tar.gz
Change default user for git-daemon to userv-git and default user for dyndns to userv-dyndns.
Diffstat (limited to 'git-daemon')
-rw-r--r--git-daemon/Makefile2
-rw-r--r--git-daemon/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/git-daemon/Makefile b/git-daemon/Makefile
index ea76975..22407c7 100644
--- a/git-daemon/Makefile
+++ b/git-daemon/Makefile
@@ -7,7 +7,7 @@
include ../settings.make
-gituser= git
+gituser= userv-git
varloggit= $(varlog)/git
TARGETS= git-upload-pack inetd.conf git-daemon git-service logrotate
diff --git a/git-daemon/README b/git-daemon/README
index 76d9946..97edd70 100644
--- a/git-daemon/README
+++ b/git-daemon/README
@@ -15,7 +15,7 @@ userv-git-daemon uses $(libuserv), $(etcuserv), and $(services).
Type make install.
-Create a "git" user that will run the outer part of the git-daemon.
+Create a "userv-git" user that will run the outer part of the git-daemon.
Ensure your /etc/services contains a line like "git 9418/tcp".
Insert the inetd.conf fragment into your /etc/inetd.conf