Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 250963 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]
Init script for ekey-egd-linux
ekey-egd-linux.init (text/plain), 854 bytes, created by
Quetzaly Solano Gómez
on 2010-10-17 02:15:31 UTC
(
hide
)
Description:
Init script for ekey-egd-linux
Filename:
MIME Type:
Creator:
Quetzaly Solano Gómez
Created:
2010-10-17 02:15:31 UTC
Size:
854 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/files/ekeyd.init,v 1.3 2009/10/04 11:43:34 flameeyes Exp $ > >INSTANCE="${SVCNAME#*.}" >if [ -z "${INSTANCE}" ] || [ "${SVCNAME}" = "ekey-egd-linux" ]; then > INSTANCE="ekey-egd-linux" >fi > >depend() { > use ekeyd > need net >} > >start() { > ebegin "Starting EntropyKey entropy gathering daemon" > start-stop-daemon \ > --start --pidfile "/var/run/${SVCNAME}.pid" \ > --exec /usr/sbin/ekey-egd-linux -- \ > -D "/var/run/${SVCNAME}.pid" \ > -H "${EKEY_EGD_HOST}" \ > -p "${EKEY_EGD_PORT}" \ > ${EKEY_EGD_OPTS} > eend $? >} > >stop() { > ebegin "Stopping EntropyKey entropy gathering daemon" > start-stop-daemon \ > --stop --pidfile "/var/run/${SVCNAME}.pid" \ > --exec /usr/libexec/ekeyd > eend $? >} >
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 Raw
Actions:
View
Attachments on
bug 341395
:
250959
|
250961
| 250963