Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Transitioning from #!/sbin/runscript to,#!/sbin/openrc-run
Date: Wed, 04 May 2016 07:04:18
Message-Id: 22313.40676.616721.839369@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] Transitioning from #!/sbin/runscript to,#!/sbin/openrc-run by Austin English
1 >>>>> On Tue, 3 May 2016, Austin English wrote:
2
3 > I've been working on the transition from #!/sbin/runscript to
4 > #!/sbin/openrc-run [1], by starting on the maintainer-needed
5 > packages. That's done (aside from some stabilizations needed, but
6 > I'll deal with that latter). The trouble is that there are roughly
7 > 700 packages that need to be updated, and that's an insane number of
8 > bugs to file.
9
10 > [1] https://bugs.gentoo.org/show_bug.cgi?id=573846
11
12 Your list of affected packages obtained with "git grep" in the Portage
13 tree will not be complete, since the command won't catch any init
14 scripts installed from elsewhere. You should look for the set of
15 installed files instead.
16
17 Also, what problem are you trying to solve? My guess would be that
18 /sbin/runscript must be kept around indefinitely in any case, in order
19 not to risk breakage on users' systems.
20
21 Ulrich

Replies