diff options
Diffstat (limited to 'files/sysconfig')
-rw-r--r-- | files/sysconfig/git-daemon | 26 | ||||
-rw-r--r-- | files/sysconfig/git-daemon.vhosts | 27 |
2 files changed, 0 insertions, 53 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 - diff --git a/files/sysconfig/git-daemon.vhosts b/files/sysconfig/git-daemon.vhosts deleted file mode 100644 index 62bb9d4..0000000 --- a/files/sysconfig/git-daemon.vhosts +++ /dev/null @@ -1,27 +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 -GITVHOST=yes - -# 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 - |