Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468932 - sys-apps/systemd: add eselect-settingsd support
Summary: sys-apps/systemd: add eselect-settingsd support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL: https://github.com/Sabayon/systemd-lo...
Whiteboard:
Keywords:
Depends on:
Blocks: 465398
  Show dependency tree
 
Reported: 2013-05-07 20:01 UTC by Fabio Erculiani (RETIRED)
Modified: 2013-07-20 14:51 UTC (History)
1 user (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 Fabio Erculiani (RETIRED) gentoo-dev 2013-05-07 20:01:07 UTC
eselect-settingsd makes possible to avoid a blocker between systemd and openrc-settingsd, as explained in other related bugs (see depends on/blocks).

In the systemd-love overlay there's a sys-apps/systemd pkg supporting eselect-settingsd, which consists of a settingsd.eclass and a bunch of extra lines.

src_install {
   ...
   settingsd_setup_install
   ...
}

pkg_{postinst,prerm,postrm}() {
   ...
   pkg_settingsd_setup
   ...
}

I am not sure that adding the eclass here would help because it may still be a moving target (bug fixes).
Comment 1 Pacho Ramos gentoo-dev 2013-07-20 14:51:53 UTC
Since we will finally not allow openrc+logind, I guess this is no longer required