Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828073 - dev-db/firebird - Improve OpenRC script
Summary: dev-db/firebird - 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 Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-03 14:04 UTC by Brian Evans (RETIRED)
Modified: 2022-06-03 05:37 UTC (History)
1 user (show)

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


Attachments
firebird.init.d.3.0 (firebird.init.d.3.0,640 bytes, text/plain)
2021-12-03 14:04 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:04:05 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.

Removes -p which is implied via pidfile=
Sets user via command_user
Moves the daemon options to command_args_background
Comment 1 Brian Evans (RETIRED) gentoo-dev 2021-12-03 14:04:31 UTC
Created attachment 757257 [details]
firebird.init.d.3.0

Updated script
Comment 2 Larry the Git Cow gentoo-dev 2022-06-03 05:32:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dce4489ac962b89da6d80cd17abd971bee3fb92

commit 7dce4489ac962b89da6d80cd17abd971bee3fb92
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-06-03 05:28:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-03 05:30:19 +0000

    dev-db/firebird: 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:
    * Removes -p which is implied via pidfile=
    * Sets user via command_user
    * Moves the daemon options to command_args_background
    
    Closes: https://bugs.gentoo.org/828073
    Signed-off-by: Brian Evans <grknight@gentoo.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/firebird/files/firebird.init.d.3.0-r1     |  22 +++
 dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild | 228 +++++++++++++++++++++++
 2 files changed, 250 insertions(+)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-03 05:37:27 UTC
Thanks!