initscripts: add missing variable assignment in checkroot.sh
authorPhil Blundell <philb@gnu.org>
Fri, 19 Jan 2007 23:53:29 +0000 (23:53 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 19 Jan 2007 23:53:29 +0000 (23:53 +0000)
packages/initscripts/initscripts-1.0/checkroot.sh
packages/initscripts/initscripts_1.0.bb

index 44db237..cb0a940 100755 (executable)
@@ -141,6 +141,7 @@ else
     test `uname -m` = s390 && spinner="" # This should go away
     test "$VERBOSE" != no && echo "Checking root filesystem..."
     fsck $spinner $force $fix /
+    RTC=$?
     #
     # If there was a failure, drop into single-user mode.
     #
index cc1f5c1..0648cee 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "makedevs"
 DEPENDS_openzaurus = "makedevs virtual/kernel"
 RDEPENDS = "makedevs"
 LICENSE = "GPL"
-PR = "r84"
+PR = "r85"
 
 SRC_URI = "file://halt \
            file://ramdisk \