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

Collapse All | Expand All

(-)shorewall-4.4.2.1.ebuild.original (-1 / +3 lines)
Lines 41-47 Link Here
41
41
42
	cd "${WORKDIR}/${P}${MY_P_BETA}"
42
	cd "${WORKDIR}/${P}${MY_P_BETA}"
43
	PREFIX="${D}" ./install.sh || die "install.sh failed"
43
	PREFIX="${D}" ./install.sh || die "install.sh failed"
44
	newinitd "${FILESDIR}"/shorewall.initd shorewall || die "doinitd failed"
44
	newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN} || die "doinitd failed"
45
45
46
	dodoc changelog.txt releasenotes.txt || die
46
	dodoc changelog.txt releasenotes.txt || die
47
47
Lines 53-58 Link Here
53
		# install samples
53
		# install samples
54
		cp -pR "${S}${MY_P_BETA}/Samples" "${D}/usr/share/doc/${PF}"
54
		cp -pR "${S}${MY_P_BETA}/Samples" "${D}/usr/share/doc/${PF}"
55
	fi
55
	fi
56
57
	newconfd "${FILESDIR}/${PN}.confd" ${PN}
56
}
58
}
57
59
58
pkg_postinst() {
60
pkg_postinst() {

Return to bug 288992