[Pkg-samba-maint] r3778 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Wed May 18 20:11:26 UTC 2011
tags 619132 pending
thanks
Author: bubulle
Date: 2011-05-18 20:11:19 +0000 (Wed, 18 May 2011)
New Revision: 3778
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/samba.init
Log:
Add cups to Should-{Start,Stop} in LSB headers of
samba init script to guarantee that CUPS is started
before samba. Closes: #619132
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2011-05-18 20:08:10 UTC (rev 3777)
+++ trunk/samba/debian/changelog 2011-05-18 20:11:19 UTC (rev 3778)
@@ -13,6 +13,9 @@
titles translatable
* Test the presence of testparm before trying to use it in init script
Closes: #606320
+ * Add cups to Should-{Start,Stop} in LSB headers of
+ samba init script to guarantee that CUPS is started
+ before samba. Closes: #619132
[ Debconf translations ]
* French (Christian Perrier)
Modified: trunk/samba/debian/samba.init
===================================================================
--- trunk/samba/debian/samba.init 2011-05-18 20:08:10 UTC (rev 3777)
+++ trunk/samba/debian/samba.init 2011-05-18 20:11:19 UTC (rev 3778)
@@ -6,8 +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
+# Should-Start: slapd cups
+# Should-Stop: slapd cups
# Short-Description: start Samba daemons (nmbd and smbd)
### END INIT INFO
More information about the Pkg-samba-maint
mailing list