Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828075 - media-plugins/vdr-xineliboutput - Improve OpenRC script
Summary: media-plugins/vdr-xineliboutput - Improve OpenRC script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-03 14:29 UTC by Brian Evans (RETIRED)
Modified: 2022-06-03 05:37 UTC (History)
1 user (show)

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


Attachments
vdr-frontend (vdr-frontend,364 bytes, text/plain)
2021-12-03 14:30 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:29:58 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.

Replaces start_stop_daemon_args with command_background and command_user
Comment 1 Brian Evans (RETIRED) gentoo-dev 2021-12-03 14:30:21 UTC
Created attachment 757259 [details]
vdr-frontend

Updated script
Comment 2 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=ce2a7001cbdf5d23f626fc99bad66898b8a058e8

commit ce2a7001cbdf5d23f626fc99bad66898b8a058e8
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-06-03 05:26:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-03 05:30:14 +0000

    media-plugins/vdr-xineliboutput: 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:
    * Replaces start_stop_daemon_args with command_background and command_user
    
    Closes: https://bugs.gentoo.org/828075
    Signed-off-by: Brian Evans <grknight@gentoo.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../vdr-xineliboutput/files/vdr-frontend-r1        |  13 ++
 .../vdr-xineliboutput-2.2.0-r5.ebuild              | 160 +++++++++++++++++++++
 .../vdr-xineliboutput-9999.ebuild                  |   2 +-
 3 files changed, 174 insertions(+), 1 deletion(-)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-03 05:37:41 UTC
Thanks!