mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix-chrony-service-name.diff: Map to correct chrony service name. (Closes: #968428)
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -6,6 +6,8 @@ freeipa (4.8.9-1) UNRELEASED; urgency=medium
|
||||
* install: ipa-print-pac belongs to the server instead of -client-epn.
|
||||
* control, pkcs11-openssl-for-bind.diff: Add support for bind 9.16.
|
||||
(LP: #1874568)
|
||||
* fix-chrony-service-name.diff: Map to correct chrony service name.
|
||||
(Closes: #968428)
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Mon, 14 Sep 2020 14:36:40 +0300
|
||||
|
||||
|
||||
12
debian/patches/fix-chrony-service-name.diff
vendored
Normal file
12
debian/patches/fix-chrony-service-name.diff
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/ipaplatform/debian/services.py b/ipaplatform/debian/services.py
|
||||
index 812bbdaf2..9750fdeaa 100644
|
||||
--- a/ipaplatform/debian/services.py
|
||||
+++ b/ipaplatform/debian/services.py
|
||||
@@ -20,6 +20,7 @@ debian_system_units = redhat_services.redhat_system_units.copy()
|
||||
# For beginning just remap names to add .service
|
||||
# As more services will migrate to systemd, unit names will deviate and
|
||||
# mapping will be kept in this dictionary
|
||||
+debian_system_units['chronyd'] = 'chrony.service'
|
||||
debian_system_units['httpd'] = 'apache2.service'
|
||||
debian_system_units['kadmin'] = 'krb5-admin-server.service'
|
||||
debian_system_units['krb5kdc'] = 'krb5-kdc.service'
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -8,3 +8,4 @@ migrate-to-gpg.diff
|
||||
dnssec-race-wa.diff
|
||||
use-bind9.16.diff
|
||||
fix-sssd-socket-activation.diff
|
||||
fix-chrony-service-name.diff
|
||||
|
||||
Reference in New Issue
Block a user