Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Subject: [gentoo-dev] rfc: should openrc be mandatory on all gentoo systems?
Date: Tue, 28 Jun 2011 22:12:17
Message-Id: 20110628221042.GA16515@linux1
1 All,
2
3 the reason for this email is
4 http://bugs.gentoo.org/show_bug.cgi?id=373219 and the bugs that
5 currently depend on it. I'm sure there will be more of those.
6
7 The background is that /etc/init.d/functions.sh is a link to
8 /lib/rc/functions.sh, which is part of openrc.
9
10 Other init systems, like systemd, are coming along which completely
11 replace sysvinit and do not use openrc's init scripts at all. However,
12 since things other than init scripts are using /etc/init.d/functions.sh,
13 all gentoo users are forced to have openrc on their systems whether they
14 use its init scripts or not.
15
16 As you can see in the bug, I am working on creating a
17 minimalist version of openrc that can be installed to allow users to
18 have access to the functions that are in functions.sh regardless of
19 whether or not they are using openrc's init system.
20
21 I'm not convinced that this is the best approach, so any input would be
22 greatly appreciated.
23
24 William

Replies