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

Collapse All | Expand All

(-)openswan-2.6.26.ebuild (-3 / +3 lines)
Lines 45-52 Link Here
45
45
46
46
47
src_prepare() {
47
src_prepare() {
48
	epatch "${FILESDIR}/${P}"-gentoo.patch
48
	epatch "${FILESDIR}/${PN}-${PV%.*}.23"-gentoo.patch
49
	epatch "${FILESDIR}/${P}"-sandbox.patch
49
	epatch "${FILESDIR}/${PN}-${PV%.*}.25"-sandbox.patch
50
	use ms-bad-proposal && epatch "${FILESDIR}"/${PN}-${PV%.*}-allow-ms-bad-proposal.patch
50
	use ms-bad-proposal && epatch "${FILESDIR}"/${PN}-${PV%.*}-allow-ms-bad-proposal.patch
51
51
52
	# https://bugs.xelerance.com/issues/1112
52
	# https://bugs.xelerance.com/issues/1112
Lines 135-141 Link Here
135
	docinto quickstarts
135
	docinto quickstarts
136
	dodoc doc/quickstarts/*
136
	dodoc doc/quickstarts/*
137
137
138
	newinitd "${FILESDIR}"/ipsec.init ipsec || die "failed to install init script"
138
	newinitd "${FILESDIR}"/ipsec-initd ipsec || die "failed to install init script"
139
139
140
	keepdir /var/run/pluto
140
	keepdir /var/run/pluto
141
	keepdir /etc/ipsec.d/{{ca,aa,ocsp,}certs,crls,private}
141
	keepdir /etc/ipsec.d/{{ca,aa,ocsp,}certs,crls,private}

Return to bug 301813