Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828074 - app-crypt/moolticute - Improve OpenRC script
Summary: app-crypt/moolticute - Improve OpenRC script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Pierre-Olivier Mercier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-03 14:14 UTC by Brian Evans (RETIRED)
Modified: 2022-06-03 05:37 UTC (History)
2 users (show)

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


Attachments
moolticuted.init (moolticuted.init,265 bytes, text/plain)
2021-12-03 14:14 UTC, Brian Evans (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans (RETIRED) gentoo-dev 2021-12-03 14:14:11 UTC
The attached script updates a couple things which effectively is the same as the current model however it follows the modular nature of the declarative syntax.

Splits start_stop_daemon_args into command_background and command_user options.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2021-12-03 14:14:32 UTC
Created attachment 757258 [details]
moolticuted.init

Updated script
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-03 14:38:09 UTC Comment hidden (obsolete)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-03 14:38:35 UTC
(In reply to Sam James from comment #2)
(Wrong bug)
Comment 4 Larry the Git Cow gentoo-dev 2022-06-03 05:32:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9fd029ec53ec921bcbbce3ea12f6c5d01eb270

commit 6c9fd029ec53ec921bcbbce3ea12f6c5d01eb270
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-06-03 05:24:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-03 05:29:48 +0000

    app-crypt/moolticute: Improve OpenRC script
    
    The attached script updates a couple things which effectively is the same as
    the current model however it follows the modular nature of the declarative
    syntax.
    
    Changes:
    * Splits start_stop_daemon_args into command_background and command_user options.
    
    Closes: https://bugs.gentoo.org/828074
    Signed-off-by: Brian Evans <grknight@gentoo.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/moolticute/files/moolticuted.init-r1    | 12 +++++
 app-crypt/moolticute/moolticute-0.43.19-r1.ebuild | 66 +++++++++++++++++++++++
 app-crypt/moolticute/moolticute-9999.ebuild       |  4 +-
 3 files changed, 80 insertions(+), 2 deletions(-)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-03 05:37:34 UTC
Thanks!