Fix branding
This commit is contained in:
parent
16a2c82bd1
commit
26f5eeece1
@ -1063,14 +1063,15 @@ int main (int argc, char **argv)
|
|||||||
run_script (INITEARLYSH);
|
run_script (INITEARLYSH);
|
||||||
|
|
||||||
uname (&uts);
|
uname (&uts);
|
||||||
printf ("\n %sOpenRC %s" VERSION "%s is starting up %s\n\n",
|
printf ("\n %sOpenRC %s" VERSION "%s is starting up %s%s%s\n\n",
|
||||||
|
ecolor (ECOLOR_GOOD), ecolor (ECOLOR_HILITE),
|
||||||
|
ecolor (ECOLOR_NORMAL), ecolor (ECOLOR_BRACKET),
|
||||||
#ifdef BRANDING
|
#ifdef BRANDING
|
||||||
BRANDING
|
BRANDING
|
||||||
#else
|
#else
|
||||||
""
|
""
|
||||||
#endif
|
#endif
|
||||||
, ecolor (ECOLOR_GOOD), ecolor (ECOLOR_HILITE),
|
, ecolor (ECOLOR_NORMAL));
|
||||||
ecolor (ECOLOR_NORMAL));
|
|
||||||
|
|
||||||
if (! rc_yesno (getenv ("EINFO_QUIET")) &&
|
if (! rc_yesno (getenv ("EINFO_QUIET")) &&
|
||||||
rc_conf_yesno ("rc_interactive"))
|
rc_conf_yesno ("rc_interactive"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user