[Pkg-freeipa-devel] freeipa: Changes to 'master-next'
Timo Aaltonen
tjaalton at moszumanska.debian.org
Thu Mar 17 23:30:19 UTC 2016
debian/patches/add-debian-platform.diff | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
New commits:
commit 2dedcc787d82667c333e5c6bc56d197e4de9619f
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Mar 18 01:26:28 2016 +0200
use DebianNoService() for dbus
diff --git a/debian/patches/add-debian-platform.diff b/debian/patches/add-debian-platform.diff
index cdb4de6..5d8e7f9 100644
--- a/debian/patches/add-debian-platform.diff
+++ b/debian/patches/add-debian-platform.diff
@@ -389,7 +389,7 @@ Date: Fri Mar 1 12:21:00 2013 +0200
+paths = DebianPathNamespace()
--- /dev/null
+++ b/ipaplatform/debian/services.py
-@@ -0,0 +1,196 @@
+@@ -0,0 +1,200 @@
+# Authors:
+# Timo Aaltonen <tjaalton at ubuntu.com>
+#
@@ -531,6 +531,12 @@ Date: Fri Mar 1 12:21:00 2013 +0200
+
+# For services which have no Debian counterpart
+class DebianNoService(base_services.PlatformService):
++ def start(self):
++ return True
++
++ def stop(self):
++ return True
++
+ def restart(self):
+ return True
+
@@ -558,9 +564,7 @@ Date: Fri Mar 1 12:21:00 2013 +0200
+ if name == 'krb5kdc':
+ return DebianSysvService("krb5-kdc")
+ if name == 'messagebus':
-+ # no reason to try starting it, and it would return a failure on
-+ # ubuntu
-+ return True
++ return DebianNoService(name)
+ if name == 'ntpd':
+ return DebianSysvService("ntp")
+ if name == 'smb':
More information about the Pkg-freeipa-devel
mailing list