diff options
author | Roy Marples <roy@marples.name> | 2008-01-06 21:44:26 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-06 21:44:26 +0000 |
commit | 26f5eeece1cc476a71bc16c66ead721c86e9cda2 (patch) | |
tree | 2b88ec425f5f5dde9a1e5cb039b043fb82ecf9df /src/rc/rc.c | |
parent | 16a2c82bd194a41cab45021799b4251cf926a051 (diff) |
Fix branding
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r-- | src/rc/rc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 891ce11f..c30ef75d 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -1063,14 +1063,15 @@ int main (int argc, char **argv) run_script (INITEARLYSH); 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 BRANDING #else "" #endif - , ecolor (ECOLOR_GOOD), ecolor (ECOLOR_HILITE), - ecolor (ECOLOR_NORMAL)); + , ecolor (ECOLOR_NORMAL)); if (! rc_yesno (getenv ("EINFO_QUIET")) && rc_conf_yesno ("rc_interactive")) |