From 52ef78e897bb46d93458d88762773384a5aa986e Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Wed, 5 Jun 2013 12:03:18 -0400 Subject: system/tiger: Updated with a few bug fixing patches. Signed-off-by: dsomero --- .../patches/9a030129ceceba715dff801f8229e66de62a8083.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch (limited to 'system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch') diff --git a/system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch b/system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch new file mode 100644 index 0000000000..a1069e2645 --- /dev/null +++ b/system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch @@ -0,0 +1,13 @@ +diff --git a/scripts/check_rootdir b/scripts/check_rootdir +index a34eb2a..5f55159 100755 +--- a/scripts/check_rootdir ++++ b/scripts/check_rootdir +@@ -90,7 +90,7 @@ haveallvars TESTLINK HOSTNAME || exit 1 + # Checking to see if the root directory is on the correct INODE number + inode=`$LS -di / | $AWK '{print $1}'` + fstype=`$GETFS | $GREP " / " | $AWK -F " " '{ print $5;}'` +-[ $inode != 2 ] && [ "$fstype" = "ext2" -o "$fstype" = "ext3" ] && ++[ $inode != 2 ] && [ "$fstype" = "ext2" -o "$fstype" = "ext3" -o "$fstype" = "ext4" ] && + message FAIL rootdir001f "" "Root directory on incorrect inode" + + -- cgit v1.2.3