Package: djbdns Version: 1:1.05-8 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Apply patch from Michael Lueck resolving missing users as per upstream author's guidelines. (LP: #518393) 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-7-generic (SMP w/4 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 -u djbdns-1.05/debian/dnscache-run.preinst djbdns-1.05/debian/dnscache-run.preinst --- djbdns-1.05/debian/dnscache-run.preinst +++ djbdns-1.05/debian/dnscache-run.preinst @@ -5,7 +5,7 @@ test -z "$2" || exit 0 # not upgrading -for i in Gdnscache Gdnslog; do +for i in Gdnscache Gdnslog Gtinydns Gaxfrdns; do getent passwd $i >/dev/null || adduser --quiet --system --force-badname --shell /bin/false --group \ --home /nonexistent --no-create-home $i || exit 1;