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

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