summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc.c b/src/rc.c
index 1bd8e2c..61c82cf 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -985,8 +985,8 @@ int main (int argc, char **argv)
run_script (INITEARLYSH);
uname (&uts);
- printf ("\n %sOpenRC %s" VERSION "%s is starting up\n",
- ecolor (ECOLOR_GOOD), ecolor (ECOLOR_BRACKET),
+ printf ("\n %sOpenRC %s" VERSION "%s is starting up\n\n",
+ ecolor (ECOLOR_GOOD), ecolor (ECOLOR_HILITE),
ecolor (ECOLOR_NORMAL));
if (rc_conf_yesno ("rc_interactive"))