Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373335 - dev-vcs/git: default conf.d misses --base-path
Summary: dev-vcs/git: default conf.d misses --base-path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 13:31 UTC by Olliver Schinagl
Modified: 2012-08-23 05:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olliver Schinagl 2011-06-28 13:31:21 UTC
The file currently in dev-vcs/git/files that will be the /etc/conf.d/git-daemon does not use --base-path=.
From git-daemon.confd:
GITDAEMON_OPTS="--syslog /var/git"

I could not get this to work however changing it to read:
GITDAEMON_OPTS="--syslog --base-path=/var/git" made everything play along nicely.


Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-01-20 08:47:39 UTC
Not having base-path can work fine too, you just need to ask for the full path that was specified.

git://host/var/git/${REPO}.git
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-08-23 05:39:13 UTC
Fixed in CVS