mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 23:23:30 -06:00
map-ssh-service.diff: Map sshd service to use ssh.service. (LP: #2061055)
This commit is contained in:
parent
dcb40c7837
commit
a2208a257f
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
10
debian/patches/map-ssh-service.diff
vendored
Normal 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
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -6,3 +6,4 @@ dnssec-race-wa.diff
|
||||
fix-sssd-socket-activation.diff
|
||||
|
||||
# send upstream
|
||||
map-ssh-service.diff
|
||||
|
Loading…
Reference in New Issue
Block a user