Package: smbind
Version: 0.4.7-5
Followup-For: Bug #640591
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* debian/postinst: Fix semantic error with local variables so that
the package is installable again. (Closes: #640591)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru smbind-0.4.7/debian/postinst smbind-0.4.7/debian/postinst
--- smbind-0.4.7/debian/postinst 2010-09-05 15:58:27.000000000 -0400
+++ smbind-0.4.7/debian/postinst 2011-10-16 18:49:53.000000000 -0400
@@ -38,7 +38,6 @@
dbc_generate_include=php:/etc/smbind/config-db.php
# Make sure the passwords match
if [ -z "$2" ]; then
- local pass1 pass2
while :; do
db_input high smbind/password1 || true
db_go