[Pkg-samba-maint] r1307 - trunk/samba/debian
Steve Langasek
vorlon at alioth.debian.org
Sat Mar 24 11:33:58 UTC 2007
Author: vorlon
Date: 2007-03-24 10:33:57 +0000 (Sat, 24 Mar 2007)
New Revision: 1307
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/samba-common.postinst
Log:
Arrrgh, cut'n'paste error in the regexp in the last upload, so the bug is
still present :/ Fix a missing ] in the regexp for passdb backend
checking, really-closes: #415725.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-03-21 21:19:13 UTC (rev 1306)
+++ trunk/samba/debian/changelog 2007-03-24 10:33:57 UTC (rev 1307)
@@ -1,3 +1,11 @@
+samba (3.0.24-6) unstable; urgency=high
+
+ * Arrrgh, cut'n'paste error in the regexp in the last upload, so the bug
+ is still present :/ Fix a missing ] in the regexp for passdb backend
+ checking, really-closes: #415725.
+
+ -- Steve Langasek <vorlon at debian.org> Sat, 24 Mar 2007 03:32:46 -0700
+
samba (3.0.24-5) unstable; urgency=high
* The "see what you get for trusting the quality of my packages,
Modified: trunk/samba/debian/samba-common.postinst
===================================================================
--- trunk/samba/debian/samba-common.postinst 2007-03-21 21:19:13 UTC (rev 1306)
+++ trunk/samba/debian/samba-common.postinst 2007-03-24 10:33:57 UTC (rev 1307)
@@ -97,7 +97,7 @@
if [ -n "$2" ] && dpkg --compare-versions "$2" lt 3.0.23b-2 &&
- grep -qi '^[[:space:]]*passdb backend[[:space:]]*=[[:space:]]*[^,[:space:]]\+[,[:space:][[:space:]]*[^[:space:]]\+' \
+ grep -qi '^[[:space:]]*passdb backend[[:space:]]*=[[:space:]]*[^,[:space:]]\+[,[:space:]][[:space:]]*[^[:space:]]\+' \
/etc/samba/smb.conf
then
db_input high samba-common/unsupported-passdb || true
More information about the Pkg-samba-maint
mailing list