From a28669485770e6bf62adba52793b6d193ea88b76 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 8 Jan 2009 21:03:40 +0000 Subject: introducing git-daemon --- files/sysconfig/git-daemon | 23 +++++++++++++++++++++++ files/sysconfig/git-daemon.vhosts | 24 ++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 files/sysconfig/git-daemon create mode 100644 files/sysconfig/git-daemon.vhosts (limited to 'files/sysconfig') diff --git a/files/sysconfig/git-daemon b/files/sysconfig/git-daemon new file mode 100644 index 0000000..92e66f2 --- /dev/null +++ b/files/sysconfig/git-daemon @@ -0,0 +1,23 @@ +# git-daemon config file + +# location of the lockfile +#LOCKFILE=/var/lock/subsys/git-daemon + +# which directory to server +#GITDIR=/srv/git + +# do we serve vhosts? +# setting this to yes assumes that you +# have in $GITDIR per vhost to serve +# a subdirectory containing their repos. +# for example: +# - /srv/git/git.example.com +# - /srv/git/git.example.org +#GITVHOST=no + +# options for the daemon +#OPTIONS="--reuseaddr --verbose --detach" + +# location of the daemon +#GITDAEMON=/usr/bin/git-daemon + diff --git a/files/sysconfig/git-daemon.vhosts b/files/sysconfig/git-daemon.vhosts new file mode 100644 index 0000000..dce800f --- /dev/null +++ b/files/sysconfig/git-daemon.vhosts @@ -0,0 +1,24 @@ +# git-daemon config file + +# location of the lockfile +#LOCKFILE=/var/lock/subsys/git-daemon + +# which directory to server +#GITDIR=/srv/git + +# do we serve vhosts? +# setting this to yes assumes that you +# have in $GITDIR per vhost to serve +# a subdirectory containing their repos. +# for example: +# - /srv/git/git.example.com +# - /srv/git/git.example.org +#GITVHOST=no +GITVHOST=yes + +# options for the daemon +#OPTIONS="--reuseaddr --verbose --detach" + +# location of the daemon +#GITDAEMON=/usr/bin/git-daemon + -- cgit v1.2.3