Package: samba Version: 2:3.6.18-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu utopic ubuntu-patch
Dear Maintainer, *** /tmp/tmpttYJMN/bug_body In Ubuntu, the attached patch was applied to achieve the following: * ucfr now not fails if smb.conf is not owned by samba (LP: 1330408) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers saucy-updates APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy'), (100, 'saucy-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11.0-19-generic (SMP w/4 CPU cores) Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru samba-3.6.18/debian/control samba-3.6.18/debian/control --- samba-3.6.18/debian/control 2013-08-25 19:04:12.000000000 +0200 +++ samba-3.6.18/debian/control 2014-06-18 16:05:14.000000000 +0200 @@ -1,8 +1,7 @@ Source: samba Section: net Priority: optional -Maintainer: Ubuntu Developers <[email protected]> -XSBC-Original-Maintainer: Debian Samba Maintainers <[email protected]> +Maintainer: Debian Samba Maintainers <[email protected]> Uploaders: Steve Langasek <[email protected]>, Christian Perrier <[email protected]>, Noèl Köthe <[email protected]>, Jelmer Vernooij <[email protected]> Build-Depends: debhelper (>= 9~), libpam0g-dev, libreadline-dev, libcups2-dev, diff -Nru samba-3.6.18/debian/changelog samba-3.6.18/debian/changelog diff -Nru samba-3.6.18/debian/samba-common.postinst samba-3.6.18/debian/samba-common.postinst --- samba-3.6.18/debian/samba-common.postinst 2013-08-25 19:04:12.000000000 +0200 +++ samba-3.6.18/debian/samba-common.postinst 2014-06-18 15:58:13.000000000 +0200 @@ -96,7 +96,7 @@ echo " sudo cp /usr/share/samba/smb.conf $CONFIG" echo " sudo dpkg --configure -a" else - ucfr samba-common "$CONFIG" + ucfr samba-common "$CONFIG" || true chmod a+r "$CONFIG" fi

