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

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