Package: pdnsd Version: 1.2.4par-0.1 Followup-For: Bug #374927 here is a patch that will avoid postinst error messages (adding --no-create-home --disabled-password to the adduser command)
-- Cyril Chaboisseau
--- pdnsd-1.2.4par/debian/postinst 2006-06-27 22:30:52.000000000 +0200 +++ pdnsd-1.2.4par/debian/postinst.new 2006-06-27 22:27:55.000000000 +0200 @@ -2,7 +2,7 @@ set -e -id pdnsd > /dev/null 2>&1 || adduser --system --ingroup proxy --home /var/cache/pdnsd --gecos pdnsd pdnsd || true +id pdnsd > /dev/null 2>&1 || adduser --system --ingroup proxy --home /var/cache/pdnsd --no-create-home --disabled-password --gecos pdnsd pdnsd || true if [ "$1" = "configure" -a -n "$2" ] && dpkg --compare-versions "$2" lt "1.1" ; then if [ -f /var/cache/pdnsd/pdnsd.cache ]; then