Blame SOURCES/centos-debrand-warnings.patch

f5c6bc
From c7e34692c6f38486716d3db6779f27762b1e9739 Mon Sep 17 00:00:00 2001
f5c6bc
From: Jim Perrin <jperrin@centos.org>
f5c6bc
Date: Fri, 20 Jun 2014 10:04:02 -0500
f5c6bc
Subject: [PATCH] debrand warnings
f5c6bc
f5c6bc
---
f5c6bc
 src/plugins/subscription-manager.py | 4 ++--
f5c6bc
 1 file changed, 2 insertions(+), 2 deletions(-)
f5c6bc
f5c6bc
diff --git a/src/plugins/subscription-manager.py b/src/plugins/subscription-manager.py
f5c6bc
index 30d0555..f4000c3 100644
f5c6bc
--- a/src/plugins/subscription-manager.py
f5c6bc
+++ b/src/plugins/subscription-manager.py
f5c6bc
@@ -39,10 +39,10 @@ The subscription for following product(s) has expired:
f5c6bc
 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.  """
f5c6bc
 
f5c6bc
 not_registered_warning = \
f5c6bc
-"This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register."
f5c6bc
+"This system is not registered with Subscription Management. You can use subscription-manager to register."
f5c6bc
 
f5c6bc
 no_subs_warning = \
f5c6bc
-"This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
f5c6bc
+"This system is registered with Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
f5c6bc
 
f5c6bc
 
f5c6bc
 def update(conduit, cache_only):
f5c6bc
-- 
f5c6bc
1.8.3.1
f5c6bc