diff options
author | Roy Marples <roy@marples.name> | 2007-11-26 09:36:40 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-26 09:36:40 +0000 |
commit | 7921d9f3d09db8d5ee211b6f40cf4e50ff3bef89 (patch) | |
tree | 0c8cda510635c08190145d703949b2583097613f | |
parent | 8fd73f8109af75f0574a6db7daec08790422c881 (diff) |
Change to hilite and space a little more
-rw-r--r-- | src/rc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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")) |