Blame SOURCES/centos-debrand-warnings.patch

814366
From c7e34692c6f38486716d3db6779f27762b1e9739 Mon Sep 17 00:00:00 2001
814366
From: Jim Perrin <jperrin@centos.org>
814366
Date: Fri, 20 Jun 2014 10:04:02 -0500
814366
Subject: [PATCH] debrand warnings
814366
814366
---
814366
 src/plugins/subscription-manager.py | 4 ++--
814366
 1 file changed, 2 insertions(+), 2 deletions(-)
814366
814366
diff --git a/src/plugins/subscription-manager.py b/src/plugins/subscription-manager.py
814366
index 30d0555..f4000c3 100644
814366
--- a/src/plugins/subscription-manager.py
814366
+++ b/src/plugins/subscription-manager.py
814366
@@ -39,10 +39,10 @@ The subscription for following product(s) has expired:
814366
 You no longer have access to the repositories that provide these products.  It is important that you apply an active subscription in order to resume access to security and other critical updates. If you don't have other active subscriptions, you can renew the expired subscription.  """
814366
 
814366
 not_registered_warning = \
814366
-"This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register."
814366
+"This system is not registered with Subscription Management. You can use subscription-manager to register."
814366
 
814366
 no_subs_warning = \
814366
-"This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
814366
+"This system is registered with Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
814366
 
814366
 
814366
 def update(conduit, cache_only):
814366
-- 
814366
1.8.3.1
814366