[Pkg-samba-maint] r4086 - trunk/samba/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Thu May 10 20:39:27 UTC 2012


tags 638066 pending
thanks

Author: bubulle
Date: 2012-05-10 20:39:27 +0000 (Thu, 10 May 2012)
New Revision: 4086

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/winbind.init
Log:
Add Should-Start dependency to winbind init script to guarantee
that the samba init script is started before winbind if present.
Closes: #638066

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2012-05-10 17:02:21 UTC (rev 4085)
+++ trunk/samba/debian/changelog	2012-05-10 20:39:27 UTC (rev 4086)
@@ -43,6 +43,9 @@
   * Drop code that was modifying a deprecated "passdb backend" setting
     in smb.conf for pre-squeeze versions of the package (in 
     samba-common.config).
+  * Add Should-Start dependency to winbind init script to guarantee
+    that the samba init script is started before winbind if present.
+    Closes: #638066
 
  -- Christian Perrier <bubulle at debian.org>  Mon, 07 May 2012 22:16:32 +0200
 

Modified: trunk/samba/debian/winbind.init
===================================================================
--- trunk/samba/debian/winbind.init	2012-05-10 17:02:21 UTC (rev 4085)
+++ trunk/samba/debian/winbind.init	2012-05-10 20:39:27 UTC (rev 4086)
@@ -4,6 +4,7 @@
 # Provides:          winbind
 # Required-Start:    $network $remote_fs $syslog
 # Required-Stop:     $network $remote_fs $syslog
+# Should-Start:      samba
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: start Winbind daemon





More information about the Pkg-samba-maint mailing list