[Pkg-samba-maint] r1928 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Tue Jun 10 18:33:14 UTC 2008
tags 478800 pending
thanks
Author: bubulle
Date: 2008-06-10 18:33:02 +0000 (Tue, 10 Jun 2008)
New Revision: 1928
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/samba.init
Log:
Add soft dependency on slapd in init script
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2008-06-10 12:55:32 UTC (rev 1927)
+++ trunk/samba/debian/changelog 2008-06-10 18:33:02 UTC (rev 1928)
@@ -1,9 +1,16 @@
samba (2:3.0.30-3) UNRELEASED; urgency=low
+ [ Christian Perrier ]
+ * add a soft dependency on slapd in init script to allow
+ proper operation when dependency-based boot sequence is enabled.
+ Thanks to Petter Reinholdtsen for reporting and providing a patch
+ Closes: #478800
+
+ [ Steve Langasek ]
* debian/patches/no-unnecessary-cups.patch: don't try to connect to a cups
server when we know that no printers are configured. Closes: #479512.
- -- Steve Langasek <vorlon at debian.org> Sat, 07 Jun 2008 19:43:27 -0700
+ -- Christian Perrier <bubulle at debian.org> Tue, 10 Jun 2008 20:28:51 +0200
samba (2:3.0.30-2) unstable; urgency=high
Modified: trunk/samba/debian/samba.init
===================================================================
--- trunk/samba/debian/samba.init 2008-06-10 12:55:32 UTC (rev 1927)
+++ trunk/samba/debian/samba.init 2008-06-10 18:33:02 UTC (rev 1928)
@@ -6,6 +6,8 @@
# Required-Stop: $network $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
+# Should-Start: slapd
+# Should-Stop: slapd
# Short-Description: start Samba daemons (nmbd and smbd)
### END INIT INFO
More information about the Pkg-samba-maint
mailing list