Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 545468 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +7 lines)
Line 3 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-5.7_p3.ebuild,v 1.1 2015/02/03 05:30:01 yngwin Exp $
Line 41 Link Here
40
	# add fail constraints when no libtls patch (accepted upstream)
41
	epatch "${FILESDIR}/${P}-nolibtls.patch"
Lines 42-43 Link Here
42
	sed -i 's:/var/run/ntpd:/run/ntpd:g' ntpctl.8 ntpd.8 || die
43
	sed -i 's:/var/run/ntpd:/run/ntpd:g' src/ntpctl.8 src/ntpd.8 || die
43
	sed -i 's:LOCALSTATEDIR "/run/ntpd:"/run/ntpd:' ntpd.h || die
44
	sed -i 's:LOCALSTATEDIR "/run/ntpd:"/run/ntpd:' src/ntpd.h || die
44
--
Lines 45-46 Link Here
45
	sed -i 's:/var/db/ntpd.drift:/var/lib/openntpd/ntpd.drift:g' ntpd.8 || die
46
	sed -i 's:/var/db/ntpd.drift:/var/lib/openntpd/ntpd.drift:g' src/ntpd.8 || die
46
	sed -i 's:"/db/ntpd.drift":"/openntpd/ntpd.drift":' ntpd.h || die
47
	sed -i 's:"/db/ntpd.drift":"/openntpd/ntpd.drift":' src/ntpd.h || die
47
--
Line 53 Link Here
53
	econf --with-privsep-user=ntp --with-privsep-path="${NTP_HOME}"
54
	econf --with-privsep-user=ntp
54
--

Return to bug 545468