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

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