We don't define a version yet.
This commit is contained in:
parent
d3b7a91796
commit
a8f4032d29
6
src/rc.c
6
src/rc.c
@ -968,10 +968,8 @@ int main (int argc, char **argv)
|
|||||||
run_script (INITEARLYSH);
|
run_script (INITEARLYSH);
|
||||||
|
|
||||||
uname (&uts);
|
uname (&uts);
|
||||||
printf (" %sOpenRC %s" VERSTRING "%s is starting up"
|
printf (" %sOpenRC%s is starting up\n",
|
||||||
ecolor (ECOLOR_GOOD), ecolor (ECOLOR_BRACKET),
|
ecolor (ECOLOR_GOOD), ecolor (ECOLOR_NORMAL));
|
||||||
ecolor (ECOLOR_NORMAL));
|
|
||||||
printf ("\n");
|
|
||||||
|
|
||||||
if (rc_env_bool ("RC_INTERACTIVE"))
|
if (rc_env_bool ("RC_INTERACTIVE"))
|
||||||
printf ("Press %sI%s to enter interactive boot mode\n\n",
|
printf ("Press %sI%s to enter interactive boot mode\n\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user