pgreco / rpms / ipa

Forked from forks/areguera/rpms/ipa 4 years ago
Clone

Blame SOURCES/0001-No-need-to-call-rhel-specific-domainname-service.patch

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