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

(-)ppp-2.4.4-r24.ebuild-old (-2 / +3 lines)
Lines 57-62 Link Here
57
	epatch "${WORKDIR}/patch/passwordfd-read-early.patch"
57
	epatch "${WORKDIR}/patch/passwordfd-read-early.patch"
58
	epatch "${WORKDIR}/patch/pppd-usepeerwins.patch"
58
	epatch "${WORKDIR}/patch/pppd-usepeerwins.patch"
59
	epatch "${WORKDIR}/patch/connect-errors.patch"
59
	epatch "${WORKDIR}/patch/connect-errors.patch"
60
	epatch "${FILESDIR}/alzheimer-scripts.patch"
60
61
61
	use eap-tls && {
62
	use eap-tls && {
62
		# see http://eaptls.spe.net/index.html for more info
63
		# see http://eaptls.spe.net/index.html for more info
Lines 163-172 Link Here
163
164
164
	exeinto /etc/ppp
165
	exeinto /etc/ppp
165
	for i in ip-up ip-down ; do
166
	for i in ip-up ip-down ; do
166
		doexe "${WORKDIR}/scripts/${i}" || die "failed to install ${i} script"
167
		doexe "${S}/scripts/${i}" || die "failed to install ${i} script"
167
		insinto /etc/ppp/${i}.d
168
		insinto /etc/ppp/${i}.d
168
		use ipv6 && dosym ${i} /etc/ppp/${i/ip/ipv6}
169
		use ipv6 && dosym ${i} /etc/ppp/${i/ip/ipv6}
169
		doins "${WORKDIR}/scripts/${i}.d"/* || die "failed to install ${i}.d scripts"
170
		doins "${S}/scripts/${i}.d"/* || die "failed to install ${i}.d scripts"
170
	done
171
	done
171
172
172
	pamd_mimic_system ppp auth account session
173
	pamd_mimic_system ppp auth account session

Return to bug 281591