[Pkg-samba-maint] r1513 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Mon Sep 17 20:33:05 UTC 2007
Author: bubulle
Date: 2007-09-17 20:33:03 +0000 (Mon, 17 Sep 2007)
New Revision: 1513
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/samba.postinst
trunk/samba/debian/samba.templates
Log:
Remove the useless samba/tdbsam debconf template
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-09-17 20:21:27 UTC (rev 1512)
+++ trunk/samba/debian/changelog 2007-09-17 20:33:03 UTC (rev 1513)
@@ -4,6 +4,9 @@
* Remove the samba-common/unsupported-passdb debconf template and
the associated code in samba-common.postinst, that deals with pre-etch
versions transition
+ * Remove the samba/tdbsam template and the remaining line referencing
+ it (for no need) in samba.postinst. That code was removed in 3.0.23c-2
+ and was dealing with pre-3.0 transitions.
-- Christian Perrier <bubulle at debian.org> Sun, 16 Sep 2007 10:16:29 +0200
Modified: trunk/samba/debian/samba.postinst
===================================================================
--- trunk/samba/debian/samba.postinst 2007-09-17 20:21:27 UTC (rev 1512)
+++ trunk/samba/debian/samba.postinst 2007-09-17 20:33:03 UTC (rev 1513)
@@ -64,9 +64,6 @@
db_get samba/generate_smbpasswd || true
GENERATE_SMBPASSWD="${RET}"
-db_get samba/tdbsam || true
-PDB_MIGRATE="${RET}"
-
# Done with debconf now.
db_stop
Modified: trunk/samba/debian/samba.templates
===================================================================
--- trunk/samba/debian/samba.templates 2007-09-17 20:21:27 UTC (rev 1512)
+++ trunk/samba/debian/samba.templates 2007-09-17 20:33:03 UTC (rev 1513)
@@ -22,14 +22,3 @@
The Samba daemon smbd can run as a normal daemon or from inetd. Running as
a daemon is the recommended approach.
-Template: samba/tdbsam
-Type: boolean
-Default: false
-_Description: Move /etc/samba/smbpasswd to /var/lib/samba/passdb.tdb?
- Samba 3.0 introduced a more complete SAM database interface which
- supersedes the /etc/samba/smbpasswd file.
- .
- Please confirm whether you would like the existing smbpasswd file to
- be automatically migrated to /var/lib/samba/passdb.tdb. Do not
- choose this option if you plan to use another pdb backend (e.g.,
- LDAP) instead.
More information about the Pkg-samba-maint
mailing list