From 650003dd5cade0ab823b8d5fae3996d874cf7f57 Mon Sep 17 00:00:00 2001
From: Jonathan Mainguy <jon@soh.re>
Date: Sat, 2 Aug 2014 15:38:52 -0400
Subject: [PATCH] Fixes issue #8339 where Scientific Linux incorrectly tries to
 use FedoraStrategy of hostnamectl

---
 system/hostname | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/hostname b/system/hostname
index 88d2a81413e..f077cc877c4 100755
--- a/system/hostname
+++ b/system/hostname
@@ -344,7 +344,7 @@ class ScientificHostname(Hostname):
 class ScientificLinuxHostname(Hostname):
     platform = 'Linux'
     distribution = 'Scientific linux'
-    strategy_class = FedoraStrategy
+    strategy_class = RedHatStrategy
 
 class AmazonLinuxHostname(Hostname):
     platform = 'Linux'