aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-14 15:32:01 +0000
committerRoy Marples <roy@marples.name>2007-11-14 15:32:01 +0000
commita8f4032d292afb80ec1dddde3c61845c2c298ad3 (patch)
tree949a9a589d3c27bea6be3ee3f24820ba7fc20634 /src
parentd3b7a917969752900920337c0235a2890dd880a6 (diff)
We don't define a version yet.
Diffstat (limited to 'src')
-rw-r--r--src/rc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/rc.c b/src/rc.c
index 528fb676..aedf3477 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -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",