Blame SOURCES/0406-fcoe-up-remove-initlog-logic.patch

712866
From 603a0fe0a35a85f5d223922be41342f59906d9fe Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Wed, 5 Mar 2014 13:20:35 +0100
712866
Subject: [PATCH] fcoe-up: remove initlog logic
712866
712866
(cherry picked from commit f60b7d8655bd90637a52b11e9e16ed144d5040d3)
712866
---
712866
 modules.d/95fcoe/fcoe-up.sh | 2 --
712866
 1 file changed, 2 deletions(-)
712866
712866
diff --git a/modules.d/95fcoe/fcoe-up.sh b/modules.d/95fcoe/fcoe-up.sh
5c6c2a
index 0399affd..cdff6ef1 100755
712866
--- a/modules.d/95fcoe/fcoe-up.sh
712866
+++ b/modules.d/95fcoe/fcoe-up.sh
712866
@@ -13,8 +13,6 @@ PATH=/usr/sbin:/usr/bin:/sbin:/bin
712866
 # Huh? Missing arguments ??
712866
 [ -z "$1" -o -z "$2" ] && exit 1
712866
 
712866
-export PS4="fcoe-up.$1.$$ + "
712866
-exec >>/run/initramfs/loginit.pipe 2>>/run/initramfs/loginit.pipe
712866
 type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
712866
 type ip_to_var >/dev/null 2>&1 || . /lib/net-lib.sh
712866