summaryrefslogtreecommitdiff
path: root/files/sysconfig/git-daemon
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-09 11:19:01 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-09 11:19:01 -0500
commit9dd0aaaca05026a763333ef15da43f74890a50ad (patch)
tree6e4851f5c605a71228de58a083d288fbc645fd67 /files/sysconfig/git-daemon
parent33e4b7be056c3e0b25c8864f4a56082817c38158 (diff)
provide initial Debian compatibility for git and git::daemon classes
Diffstat (limited to 'files/sysconfig/git-daemon')
-rw-r--r--files/sysconfig/git-daemon26
1 files changed, 0 insertions, 26 deletions
diff --git a/files/sysconfig/git-daemon b/files/sysconfig/git-daemon
deleted file mode 100644
index a9b208c..0000000
--- a/files/sysconfig/git-daemon
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-
-# the user git-daemon should run with
-#GITUSER=nobody
-
-# options for the daemon
-#OPTIONS="--reuseaddr --verbose --detach"
-
-# location of the daemon
-#GITDAEMON=/usr/bin/git-daemon
-