[Pkg-freeipa-devel] freeipa: Changes to 'master-next'

Timo Aaltonen tjaalton at moszumanska.debian.org
Wed Mar 2 12:06:04 UTC 2016


 debian/changelog                        |    1 +
 debian/patches/add-debian-platform.diff |    4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0dfdd894c13f7b07f6652ef63658085eacc45d76
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Mar 2 14:05:49 2016 +0200

    platform: Map smb service to smbd

diff --git a/debian/changelog b/debian/changelog
index 2e8f210..533998c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,7 @@ freeipa (4.3.0-1) UNRELEASED; urgency=medium
       modify.
     - Use systemwide certificate store; put ipa-ca.crt in
       /usr/local/share/ca-certificates, and run update-ca-certificates
+    - Map smb service to smbd (LP: #1543230)
   * rules, server.install: Install scripts under /usr/lib instead of
     multiarch path to avoid hacking the code too much.
   * fix-ipa-otpd-install.diff, rules, server.install: Put ipa-otpd in
diff --git a/debian/patches/add-debian-platform.diff b/debian/patches/add-debian-platform.diff
index bb1de9c..1fd265b 100644
--- a/debian/patches/add-debian-platform.diff
+++ b/debian/patches/add-debian-platform.diff
@@ -387,7 +387,7 @@ Date:   Fri Mar 1 12:21:00 2013 +0200
 +paths = DebianPathNamespace()
 --- /dev/null
 +++ b/ipaplatform/debian/services.py
-@@ -0,0 +1,202 @@
+@@ -0,0 +1,204 @@
 +# Authors:
 +#   Timo Aaltonen <tjaalton at ubuntu.com>
 +#
@@ -569,6 +569,8 @@ Date:   Fri Mar 1 12:21:00 2013 +0200
 +        return DebianNamedService("bind9")
 +    if name == 'ntpd':
 +        return DebianSysvService("ntp")
++    if name == 'smb':
++        return DebianSysvService("smbd")
 +    if name == 'sshd':
 +        return DebianSSHService(name)
 +    return DebianService(name)



More information about the Pkg-freeipa-devel mailing list