Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 778878 - www-apps/radicale-3.0.6 init.d script is broken
Summary: www-apps/radicale-3.0.6 init.d script is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marco Scardovi (scardracs)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-28 09:57 UTC by Hans de Graaff
Modified: 2021-04-07 07:51 UTC (History)
4 users (show)

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 Hans de Graaff gentoo-dev Security 2021-03-28 09:57:54 UTC
The scripts set the --foreground option, but this option is no longer available in radicale 3.x. I've simply removed the --foreground option locally and this seems to work as expected.
Comment 1 Marco Scardovi (scardracs) 2021-03-28 10:52:33 UTC
(In reply to Hans de Graaff from comment #0)
> The scripts set the --foreground option, but this option is no longer
> available in radicale 3.x. I've simply removed the --foreground option
> locally and this seems to work as expected.

Thanks for pointing me about that error. I haven't noticed it as I don't use OpenRC
Comment 2 Larry the Git Cow gentoo-dev 2021-04-07 07:51:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4859bc9fe2b11a7b8a8233462b8efe91781f41dc

commit 4859bc9fe2b11a7b8a8233462b8efe91781f41dc
Author:     Marco Scardovi <Marco Scardovi>
AuthorDate: 2021-03-28 11:02:08 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-04-07 07:51:49 +0000

    www-apps/radicale: fix radicale.init.d
    
    Closes: https://bugs.gentoo.org/778878
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Marco Scardovi <marco@scardovi.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 www-apps/radicale/files/radicale-r2.init.d         | 26 ++++++++++-----------
 www-apps/radicale/files/radicale-r3.init.d         | 27 ++++++++++++++++++++++
 ...icale-3.0.6.ebuild => radicale-3.0.6-r1.ebuild} |  4 ++--
 3 files changed, 42 insertions(+), 15 deletions(-)