summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog9
-rw-r--r--samba.init2
2 files changed, 10 insertions, 1 deletions
diff --git a/changelog b/changelog
index b191142ba5..6baaadd5a2 100644
--- a/changelog
+++ b/changelog
@@ -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@debian.org> Sat, 07 Jun 2008 19:43:27 -0700
+ -- Christian Perrier <bubulle@debian.org> Tue, 10 Jun 2008 20:28:51 +0200
samba (2:3.0.30-2) unstable; urgency=high
diff --git a/samba.init b/samba.init
index 1126545d01..88530e1667 100644
--- a/samba.init
+++ b/samba.init
@@ -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