]> Zhao Yanbai Git Server - minix.git/commitdiff
mmc:Change startup message in rc script.
authorKees Jongenburger <keesj@minix3.org>
Mon, 8 Apr 2013 13:08:15 +0000 (15:08 +0200)
committerKees Jongenburger <keesj@minix3.org>
Fri, 12 Apr 2013 18:52:57 +0000 (20:52 +0200)
drivers/ramdisk/rc

index fc8dd15bad4cf50000851495605ce3f04b059799..b49c1dd8a1c0d62a775508637550c2cf4a8f9a62 100755 (executable)
@@ -29,7 +29,7 @@ then  if [ -e $ACPI -a -n "`sysenv acpi`" ]
 fi
 
 if [ X`/bin/sysenv arch` = Xearm ]
-then   echo starting mmc driver
+then   echo Starting the mmc driver
        /bin/service -c up /sbin/mmc -dev /dev/c0d0
 fi