Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488114
Collapse All | Expand All

(-)redis-2.6.15.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit autotools eutils flag-o-matic toolchain-funcs user
7
inherit autotools eutils flag-o-matic toolchain-funcs user systemd
8
8
9
DESCRIPTION="A persistent caching system, key-value and data structures database."
9
DESCRIPTION="A persistent caching system, key-value and data structures database."
10
HOMEPAGE="http://redis.io/"
10
HOMEPAGE="http://redis.io/"
Lines 97-102 Link Here
97
	fperms 0750 /usr/sbin/redis-benchmark
97
	fperms 0750 /usr/sbin/redis-benchmark
98
	dosym /usr/sbin/redis-server /usr/sbin/redis-sentinel
98
	dosym /usr/sbin/redis-server /usr/sbin/redis-sentinel
99
99
100
	systemd_dounit "${FILESDIR}/redis.service"
101
100
	if use prefix; then
102
	if use prefix; then
101
		diropts -m0750
103
		diropts -m0750
102
	else
104
	else

Return to bug 488114