Your message dated Tue, 17 Jul 2007 11:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#392535: fixed in pdnsd 1.2.5par-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: pdnsd Version: 1.2.4par-0.1 Severity: normal Tags: patch Hi, Attached is the diff for my pdnsd 1.2.4par-0.2 NMU. bye, - michaeldiff -u pdnsd-1.2.4par/debian/changelog pdnsd-1.2.4par/debian/changelog --- pdnsd-1.2.4par/debian/changelog +++ pdnsd-1.2.4par/debian/changelog @@ -1,3 +1,13 @@ +pdnsd (1.2.4par-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Check for bind named pidfile in initscript and do not + try to startup, otherwise pdnsd installation bails + out if named is running on the same host (Closes: #389609) + * add --no-create-home to adduser call. + + -- Michael Ablassmeier <[EMAIL PROTECTED]> Thu, 12 Oct 2006 08:18:52 +0200 + pdnsd (1.2.4par-0.1) unstable; urgency=low * Non-maintainer upload. diff -u pdnsd-1.2.4par/debian/init.d pdnsd-1.2.4par/debian/init.d --- pdnsd-1.2.4par/debian/init.d +++ pdnsd-1.2.4par/debian/init.d @@ -85,6 +85,11 @@ case "$1" in start) echo -n "Starting $DESC: $NAME" + if [ -e /var/run/named.pid ] || + [ -e /var/run/bind/run/named.pid ]; then + echo " (skipping startup: named (bind) already running)." + exit 0 + fi gen_cache start case "$?" in diff -u pdnsd-1.2.4par/debian/postinst pdnsd-1.2.4par/debian/postinst --- pdnsd-1.2.4par/debian/postinst +++ pdnsd-1.2.4par/debian/postinst @@ -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 --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
--- End Message ---
--- Begin Message ---Source: pdnsd Source-Version: 1.2.5par-1 We believe that the bug you reported is fixed in the latest version of pdnsd, which is due to be installed in the Debian FTP archive: pdnsd_1.2.5par-1.diff.gz to pool/main/p/pdnsd/pdnsd_1.2.5par-1.diff.gz pdnsd_1.2.5par-1.dsc to pool/main/p/pdnsd/pdnsd_1.2.5par-1.dsc pdnsd_1.2.5par-1_amd64.deb to pool/main/p/pdnsd/pdnsd_1.2.5par-1_amd64.deb pdnsd_1.2.5par.orig.tar.gz to pool/main/p/pdnsd/pdnsd_1.2.5par.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated pdnsd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 17 Jul 2007 12:47:00 +0200 Source: pdnsd Binary: pdnsd Architecture: source amd64 Version: 1.2.5par-1 Distribution: unstable Urgency: low Maintainer: Pierre Habouzit <[EMAIL PROTECTED]> Changed-By: Pierre Habouzit <[EMAIL PROTECTED]> Description: pdnsd - Proxy DNS Server Closes: 384855 388436 392535 397453 405747 Changes: pdnsd (1.2.5par-1) unstable; urgency=low . * Hijack unmaintained package (since 2005). * New upstream release. * Ack NMU (Closes: 392535). . * packaging updates: + debian/compat set to 5. + debian/rules: revamp, simplify, support noopt in DEB_BUILD_OPTIONS. + add a debian/watch. + rename etc.default.pdnsd into default so that dh_installinit picks it. + remove useless debian/* files. . * debian/init.d: + install init script in rcS.d as well (Closes: 384855, 405747). + remove check for named, it's wrong. + wait for pdnsd to be started properly (Closes: 388436). + make init script lsb-compliant. . * debian/control: + set Standards-Version to 3.7.2. + add XS-Vcs headers. + Bump debhelper depends to at least 5. + Remove conflicts againt dnrd that does not exists anymore. + Update description slightly. + add a link to the Homepage. . * debian/resolvconf: + never ever add 127.0.0.1 as an upstream name server (Closes: 397453). Files: a7b8ac02d6ed33e5028292efa822ec10 655 net optional pdnsd_1.2.5par-1.dsc 8b1bb9b6b40383a484a90de5d992b4ee 537586 net optional pdnsd_1.2.5par.orig.tar.gz 98cca19ebf8827658393eb7f21d5ea2d 65643 net optional pdnsd_1.2.5par-1.diff.gz a23f1a64eeb8fc21ef136e6c75aa9de5 266622 net optional pdnsd_1.2.5par-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGnKCLvGr7W6HudhwRAp+pAJ9dq5rO+GQBv5B7OR8dFJLfj67WcwCeMyHL sweP8iq0iqf1TvNO1NovaHk= =X66D -----END PGP SIGNATURE-----
--- End Message ---

