[Pkg-samba-maint] r897 - branches/samba4

Steinar H. Gunderson sesse at costa.debian.org
Thu Jan 5 23:14:38 UTC 2006


Author: sesse
Date: 2006-01-05 23:14:37 +0000 (Thu, 05 Jan 2006)
New Revision: 897

Modified:
   branches/samba4/changelog
   branches/samba4/samba.postinst
Log:
Add a missing db_stop in samba.postinst, probably causing problems
starting the daemon in some cases.



Modified: branches/samba4/changelog
===================================================================
--- branches/samba4/changelog	2006-01-05 22:50:22 UTC (rev 896)
+++ branches/samba4/changelog	2006-01-05 23:14:37 UTC (rev 897)
@@ -2,6 +2,8 @@
 
   * Move /usr/lib/samba/setup from samba-common to samba. 
     * Make samba replace samba-common (<= 3.9.0+SVN12726-1)
+  * Add a missing db_stop in samba.postinst, probably causing problems
+    starting the daemon in some cases.
 
  -- Steinar H. Gunderson <sesse at debian.org>  Thu,  5 Jan 2006 23:41:19 +0100
 

Modified: branches/samba4/samba.postinst
===================================================================
--- branches/samba4/samba.postinst	2006-01-05 22:50:22 UTC (rev 896)
+++ branches/samba4/samba.postinst	2006-01-05 23:14:37 UTC (rev 897)
@@ -32,6 +32,8 @@
 			db_stop
 		fi
 	fi
+else
+	db_stop
 fi
 
 #DEBHELPER#




More information about the Pkg-samba-maint mailing list