Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484696 - sys-apps/clrngd - init.d script should set "provide entropy"
Summary: sys-apps/clrngd - init.d script should set "provide entropy"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 20:16 UTC by Toralf Förster
Modified: 2024-04-15 15:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2013-09-12 20:16:03 UTC
eg.

depend() {
        after random
        before net
        provide entropy
}
Comment 1 Larry the Git Cow gentoo-dev 2024-04-15 15:02:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d715d96d8618e6f5538e1ca6739ef584bd5a2d

commit 92d715d96d8618e6f5538e1ca6739ef584bd5a2d
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: 2024-04-14 16:35:02 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2024-04-15 15:02:30 +0000

    sys-apps/clrngd: cleanup init
    
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
    Closes: https://bugs.gentoo.org/484696

 sys-apps/clrngd/clrngd-1.0.3-r2.ebuild | 35 ++++++++++++++++++++++++++++++++++
 sys-apps/clrngd/files/clrngd-init.d-r2 | 14 ++++++++++++++
 2 files changed, 49 insertions(+)