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

Collapse All | Expand All

(-)/usr/portage/net-firewall/nftables/nftables-0.4.ebuild (-1 / +3 lines)
Lines 48-54 src_configure() { Link Here
48
src_install() {
48
src_install() {
49
	default
49
	default
50
50
51
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
51
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
52
	newinitd "${FILESDIR}"/${PN}.init ${PN}
52
	newinitd "${FILESDIR}"/${PN}.init ${PN}
53
	keepdir /var/lib/nftables
53
	dodir /var/lib/nftables
54
	insinto /var/lib/nftables
55
	doins "${FILESDIR}"/rules-panic
54
}
56
}

Return to bug 560920