Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] runscript is deprecated; please use openrc-run instead
Date: Sun, 12 Apr 2015 12:53:10
Message-Id: 201504121352.52753.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] runscript is deprecated; please use openrc-run instead by Gevisz
1 On Sunday 12 Apr 2015 12:27:33 Gevisz wrote:
2 > On Sun, 12 Apr 2015 13:04:40 +0200 Alan McKinnon <alan.mckinnon@×××××.com>
3 wrote:
4 > > On 12/04/2015 12:48, Gevisz wrote:
5 > > > Quite for a long time, while booting my Gentoo system,
6 > > > I get the following message message:
7 > > >
8 > > > "runscript is deprecated; please use openrc-run instead"
9 > > >
10 > > > What shall I do to fix this issue accept for reinstallig
11 > > > my Gentoo system anew?
12 > >
13 > > Do nothing.
14 >
15 > Thank you for your answer but why that message appear at all, then?
16 >
17 > > runscript is the shebang for init scripts for various services,
18 > > runscript and openrc-run are both provided by openrc.
19 >
20 > Sorry, but I do not understand the word "shebang" in this context.
21
22 Some (older) service startup script is starting with a:
23
24 #!/sbin/runscript
25
26 shebang, instead of the openrc equivalent:
27
28 #!/sbin/openrc-run
29
30
31 If you look in your /etc/init.d/ scripts you will see that there quite a few
32 that still start with the runscript shebang.
33
34 Eventually ebuilds will update their startup scripts to use the openrc syntax,
35 unless systemd takes over the world and openrc is abandoned.
36
37
38 > > and most important - what effect if any does the problem have?
39 >
40 > So far, no noticeable effects accept for the warning message above.
41 >
42 > > I can't tell if your system boots normally or if it blows
43 > > up and eats your kittens.
44 >
45 > Shall I wait for that to happen before starting to worry? :)
46
47 No, because after it eats your kittens it will drink your beer. We can't have
48 that!
49
50 --
51 Regards,
52 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] runscript is deprecated; please use openrc-run instead Gevisz <gevisz@×××××.com>