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

(-)../../../../../portage/net-dns/ddclient/ddclient-3.8.1-r4.ebuild (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils user
7
inherit eutils user systemd
8
8
9
DESCRIPTION="Perl updater client for dynamic DNS services"
9
DESCRIPTION="Perl updater client for dynamic DNS services"
10
HOMEPAGE="http://ddclient.sourceforge.net/"
10
HOMEPAGE="http://ddclient.sourceforge.net/"
Lines 53-56 Link Here
53
	newins sample-etc_${PN}.conf ${PN}.conf
53
	newins sample-etc_${PN}.conf ${PN}.conf
54
	newins sample-etc_${PN}.conf ${PN}.conf.sample
54
	newins sample-etc_${PN}.conf ${PN}.conf.sample
55
	fowners -R ${PN}:${PN} /etc/${PN}
55
	fowners -R ${PN}:${PN} /etc/${PN}
56
57
	systemd_dotmpfilesd "${FILESDIR}"/ddclient.conf
58
	systemd_dounit "${FILESDIR}"/ddclient.service
56
}
59
}

Return to bug 471310