summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-05-08 18:56:31 -0400
committerMike Gilbert <floppym@gentoo.org>2016-05-08 18:56:31 -0400
commitdf94d5913967eb5527fc5b1b8af8434659c794af (patch)
tree3b3c7025634828b113567e24f5c73e5f02997983 /dev-vcs/git/git-9999.ebuild
parentRevert "dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon" (diff)
downloadgentoo-df94d5913967eb5527fc5b1b8af8434659c794af.tar.gz
gentoo-df94d5913967eb5527fc5b1b8af8434659c794af.tar.bz2
gentoo-df94d5913967eb5527fc5b1b8af8434659c794af.zip
dev-vcs/git: reapply systemd unit changes in ~arch only
Package-Manager: portage-2.2.28_p97
Diffstat (limited to 'dev-vcs/git/git-9999.ebuild')
-rw-r--r--dev-vcs/git/git-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
index 596de37ea700..a9baf35d4a84 100644
--- a/dev-vcs/git/git-9999.ebuild
+++ b/dev-vcs/git/git-9999.ebuild
@@ -540,7 +540,7 @@ src_install() {
if use !prefix ; then
newinitd "${FILESDIR}"/git-daemon-r1.initd git-daemon
newconfd "${FILESDIR}"/git-daemon.confd git-daemon
- systemd_newunit "${FILESDIR}/git-daemon_at.service" "git-daemon@.service"
+ systemd_newunit "${FILESDIR}/git-daemon_at-r1.service" "git-daemon@.service"
systemd_dounit "${FILESDIR}/git-daemon.socket"
fi