tags 712247 + moreinfo
owner 712247 Daniel Baumann <[email protected]>
quit
Hi Johannes,
joblack wrote:
> The default /etc/default/git-daemon file doesn't containt
> GIT_DAEMON_DIRECTORY variable so it takes the wrong default
> (/var/cache/git)
Odd. What do you mean when you say it doesn't contain the
GIT_DAEMON_DIRECTORY variable? The default /etc/default/git-daemon
file I get here is
# Defaults for git-daemon initscript
# sourced by /etc/init.d/git-daemon
# installed at /etc/default/git-daemon by the maintainer scripts
#
# This is a POSIX shell fragment
#
GIT_DAEMON_ENABLE=false
GIT_DAEMON_USER=gitdaemon
GIT_DAEMON_DIRECTORY=/var/lib/git
# Additional options that are passed to the Daemon.
GIT_DAEMON_OPTIONS=""
That says /var/lib/git instead of /var/cache/git because of a change
made after your report. Can you explain further where it goes wrong
on your system? Do you mean that the default /etc/default/git-daemon
file doesn't mention the GIT_DAEMON_BASE_PATH variable, which makes it
hard to remember to override that as well?
Thanks and sorry for the slow reply,
Jonathan
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]