]> Zhao Yanbai Git Server - minix.git/commitdiff
Relocated echo "Multiuser startup in progress ..." to top.
authorJorrit Herder <jnherder@minix3.org>
Fri, 17 Jun 2005 09:00:31 +0000 (09:00 +0000)
committerJorrit Herder <jnherder@minix3.org>
Fri, 17 Jun 2005 09:00:31 +0000 (09:00 +0000)
etc/rc

diff --git a/etc/rc b/etc/rc
index b3c5e56f227f99078994bb150b85b2d47730e6c6..8978c1a4bf9dcde0b876f153099998cf8416cf3b 100755 (executable)
--- a/etc/rc
+++ b/etc/rc
@@ -31,6 +31,8 @@ esac
 
 case $action in
 start)
+    echo "Multiuser startup in progress ..."
+
     # National keyboard?
     test -f /etc/keymap && loadkeys /etc/keymap
 
@@ -120,7 +122,6 @@ Mount $usr /usr failed -- Single user."
     esac
 
     # Things should be alright now.
-    echo;echo "Multiuser startup in progress."
 esac
 
 # Further initialization.