map-ssh-service.diff: Map sshd service to use ssh.service. (LP: #2061055)

This commit is contained in:
Timo Aaltonen 2024-04-12 13:31:51 +03:00
parent dcb40c7837
commit a2208a257f
3 changed files with 13 additions and 0 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ freeipa (4.11.1-2) UNRELEASED; urgency=medium
* use-raw-strings.diff: Import patch from upstream to fix noise when
installing. (LP: #2060298)
* map-ssh-service.diff: Map sshd service to use ssh.service. (LP:
#2061055)
-- Timo Aaltonen <tjaalton@debian.org> Fri, 12 Apr 2024 13:13:16 +0300

10
debian/patches/map-ssh-service.diff vendored Normal file
View File

@ -0,0 +1,10 @@
--- a/ipaplatform/debian/services.py
+++ b/ipaplatform/debian/services.py
@@ -37,6 +37,7 @@ debian_system_units['ods_signerd'] = deb
debian_system_units['rpcgssd'] = 'rpc-gssd.service'
debian_system_units['rpcidmapd'] = 'nfs-idmapd.service'
debian_system_units['smb'] = 'smbd.service'
+debian_system_units['sshd'] = 'ssh.service'
# Service classes that implement Debian family-specific behaviour

View File

@ -6,3 +6,4 @@ dnssec-race-wa.diff
fix-sssd-socket-activation.diff
# send upstream
map-ssh-service.diff