diff options
author | Roy Marples <roy@marples.name> | 2007-11-14 15:32:01 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-14 15:32:01 +0000 |
commit | a8f4032d292afb80ec1dddde3c61845c2c298ad3 (patch) | |
tree | 949a9a589d3c27bea6be3ee3f24820ba7fc20634 /src/rc.c | |
parent | d3b7a917969752900920337c0235a2890dd880a6 (diff) |
We don't define a version yet.
Diffstat (limited to 'src/rc.c')
-rw-r--r-- | src/rc.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -968,10 +968,8 @@ int main (int argc, char **argv) run_script (INITEARLYSH); uname (&uts); - printf (" %sOpenRC %s" VERSTRING "%s is starting up" - ecolor (ECOLOR_GOOD), ecolor (ECOLOR_BRACKET), - ecolor (ECOLOR_NORMAL)); - printf ("\n"); + printf (" %sOpenRC%s is starting up\n", + ecolor (ECOLOR_GOOD), ecolor (ECOLOR_NORMAL)); if (rc_env_bool ("RC_INTERACTIVE")) printf ("Press %sI%s to enter interactive boot mode\n\n", |