Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 250959 Details for
Bug 341395
app-crypt/ekeyd: Add support for ekey-egd-linux program
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for ekeyd-1.1.3-r1.ebuild.
ekeyd-1.1.3-r1.ebuild.patch (text/plain), 1.60 KB, created by
Quetzaly Solano Gómez
on 2010-10-17 02:14:05 UTC
(
hide
)
Description:
Patch for ekeyd-1.1.3-r1.ebuild.
Filename:
MIME Type:
Creator:
Quetzaly Solano Gómez
Created:
2010-10-17 02:14:05 UTC
Size:
1.60 KB
patch
obsolete
>--- /usr/portage/app-crypt/ekeyd/ekeyd-1.1.3-r1.ebuild 2010-09-29 18:54:46.000000000 -0500 >+++ ekeyd-1.1.3-r1.ebuild 2010-10-16 20:14:42.000000000 -0500 >@@ -40,7 +40,6 @@ > # installing them, so we'll do it by hand. > sed -i \ > -e 's:-Werror::' \ >- -e '/gzip/d' \ > daemon/Makefile || die > > epatch "${FILESDIR}"/${PN}-1.1.1-earlyboot.patch >@@ -84,6 +83,8 @@ > emake -C daemon \ > DESTDIR="${D}" \ > BUILD_ULUSBD=$(use usb && echo yes || echo no) \ >+ MANZCMD=cat \ >+ MANZEXT= \ > install || die "emake install failed" > > # We move the daemons around to avoid polluting the available >@@ -91,9 +92,12 @@ > dodir /usr/libexec > mv "${D}"/usr/sbin/ekey*d "${D}"/usr/libexec > >- # Install them manually because we don't want them gzipped >- doman daemon/{ekeyd,ekey-setkey,ekey-rekey,ekeydctl}.8 \ >- daemon/ekeyd.conf.5 || die >+ if use kernel_linux; then >+ newsbin daemon/egd-linux ekey-egd-linux || die >+ doman daemon/ekey-egd-linux.8 >+ newinitd "${FILESDIR}"/ekey-egd-linux.init ekey-egd-linux || die >+ newconfd "${FILESDIR}"/ekey-egd-linux.conf ekey-egd-linux || die >+ fi > > newinitd "${FILESDIR}"/${PN}.init ${PN} || die > >@@ -152,4 +156,13 @@ > elog "If you're unsure about the working state of the CDC ACM driver" > elog "enable the usb USE flag and use the userland USB daemon" > fi >+ >+ if use kernel_linux; then >+ elog "" >+ elog "In order for the ekey-egd-linux daemon to be effective, be sure" >+ elog "to set the kernel's write wakeup threshold high enough. For" >+ elog "example, you can add the following line to /etc/sysctl.conf:" >+ elog "" >+ elog " kernel.random.write_wakeup_threshold = 1024" >+ fi > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 341395
: 250959 |
250961
|
250963