b01884
From b3378c32603e83ea3d4651cee3af99e644a30457 Mon Sep 17 00:00:00 2001
b01884
From: Rob Crittenden <rcritten@redhat.com>
b01884
Date: Fri, 20 Jul 2018 11:06:55 -0400
b01884
Subject: [PATCH] No need to call rhel-specific domainname service
b01884
b01884
It was moved upstream into hostname package which named it
b01884
nis-domainname. When it was in the initscripts package there were
b01884
separate fedora-domainname and rhel-domainname services.
b01884
b01884
From F29+ it will be nis-domainname. We can use that as well in
b01884
RHEL 8.
b01884
---
b01884
 ipaplatform/rhel/services.py | 3 ---
b01884
 1 file changed, 3 deletions(-)
b01884
b01884
diff --git a/ipaplatform/rhel/services.py b/ipaplatform/rhel/services.py
b01884
index 1403d08..06fa633 100644
b01884
--- a/ipaplatform/rhel/services.py
b01884
+++ b/ipaplatform/rhel/services.py
b01884
@@ -30,9 +30,6 @@ from ipaplatform.redhat import services as redhat_services
b01884
 # to their actual systemd service names
b01884
 rhel_system_units = redhat_services.redhat_system_units
b01884
 
b01884
-# Service that sets domainname on RHEL is called rhel-domainname.service
b01884
-rhel_system_units['domainname'] = 'rhel-domainname.service'
b01884
-
b01884
 
b01884
 # Service classes that implement RHEL-specific behaviour
b01884
 
b01884
-- 
b01884
2.13.6
b01884