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

Collapse All | Expand All

(-)a/net-dns/knot/knot-3.2.2.ebuild (-2 / +4 lines)
Lines 109-116 src_install() { Link Here
109
109
110
	default
110
	default
111
111
112
	rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
112
	if use daemon; then
113
113
		rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
114
	fi
115
	
114
	newinitd "${FILESDIR}/knot.init" knot
116
	newinitd "${FILESDIR}/knot.init" knot
115
	if use systemd; then
117
	if use systemd; then
116
		systemd_newunit "${FILESDIR}/knot-1.service" knot.service
118
		systemd_newunit "${FILESDIR}/knot-1.service" knot.service
(-)a/net-dns/knot/knot-3.2.9.ebuild (-2 / +4 lines)
Lines 109-116 src_install() { Link Here
109
109
110
	default
110
	default
111
111
112
	rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
112
	if use daemon; then
113
113
	       rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
114
	fi
115
	   
114
	newinitd "${FILESDIR}/knot.init" knot
116
	newinitd "${FILESDIR}/knot.init" knot
115
	if use systemd; then
117
	if use systemd; then
116
		systemd_newunit "${FILESDIR}/knot-1.service" knot.service
118
		systemd_newunit "${FILESDIR}/knot-1.service" knot.service

Return to bug 920681