Blame SOURCES/0086-iscsiroot-touch-the-right-marker-file.patch

712866
From 56a5975f91cf897d09ac3b5b74342fff48e7aea3 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Fri, 24 Jan 2014 16:35:08 +0100
712866
Subject: [PATCH] iscsiroot: touch the right marker file
712866
712866
---
712866
 modules.d/95iscsi/iscsiroot.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/95iscsi/iscsiroot.sh b/modules.d/95iscsi/iscsiroot.sh
712866
index 6868710..60a180d 100755
712866
--- a/modules.d/95iscsi/iscsiroot.sh
712866
+++ b/modules.d/95iscsi/iscsiroot.sh
712866
@@ -60,7 +60,7 @@ handle_firmware()
712866
         fi
712866
 
712866
         if [ -d /sys/class/iscsi_session ]; then
712866
-            echo 'started' > "/tmp/iscsistarted-iscsi"
712866
+            echo 'started' > "/tmp/iscsistarted-iscsi:"
712866
             echo 'started' > "/tmp/iscsistarted-firmware"
712866
         else
712866
             return 1