summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-26 09:36:40 +0000
committerRoy Marples <roy@marples.name>2007-11-26 09:36:40 +0000
commit7921d9f3d09db8d5ee211b6f40cf4e50ff3bef89 (patch)
tree0c8cda510635c08190145d703949b2583097613f /src
parent8fd73f8109af75f0574a6db7daec08790422c881 (diff)
downloadopenrc-7921d9f3d09db8d5ee211b6f40cf4e50ff3bef89.tar.gz
openrc-7921d9f3d09db8d5ee211b6f40cf4e50ff3bef89.tar.bz2
openrc-7921d9f3d09db8d5ee211b6f40cf4e50ff3bef89.tar.xz
Change to hilite and space a little more
Diffstat (limited to 'src')
-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"))