Your message dated Thu, 29 Jan 2009 21:02:03 +0000
with message-id <[email protected]>
and subject line Bug#512296: fixed in dhcpcd 1:3.2.3-3
has caused the Debian Bug report #512296,
regarding dhcpcd.sh uses wrong variable for DNS domain
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
512296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512296
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dhcpcd
Version: 1:3.2.3-2
Severity: important
Tags: patch


dhcpcd ships an /etc/dhcpcd.sh script. It will write resolv.conf or send
data to resolvconf.

If a DHCP answer does not include a DNS search value but a DNS domain,
dhcpcd.sh uses it for the 'search' line in resolv.conf. But it's using
the wrong variable.

--- debian/dhcpcd.sh    2009-01-19 13:02:32.000000000 +0100
+++ /etc/dhcpcd.sh      2009-01-19 12:56:00.000000000 +0100
@@ -51,7 +51,7 @@
     r=""
     [ "$dnsservs" != "" ] && [ "$DNSSEARCH" != "" ] && r="${r}search $DNSSEARCH
 "
-    [ "$dnsservs" != "" ] && [ "$DNSSEARCH" == "" ] && [ "$DOMAIN" != "" ] && 
r="${r}search $DOMAIN
+    [ "$dnsservs" != "" ] && [ "$DNSSEARCH" == "" ] && [ "$DNSDOMAIN" != "" ] 
&& r="${r}search $DNSDOMAIN
 "
     for serv in $dnsservs; do
         r="${r}nameserver $serv

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dhcpcd depends on:
ii  bsdutils                    1:2.13.1.1-1 Basic utilities from 4.4BSD-Lite
ii  libc6                       2.7-18       GNU C Library: Shared libraries
ii  procps                      1:3.2.7-11   /proc file system utilities

dhcpcd recommends no packages.

dhcpcd suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: dhcpcd
Source-Version: 1:3.2.3-3

We believe that the bug you reported is fixed in the latest version of
dhcpcd, which is due to be installed in the Debian FTP archive:

dhcpcd_3.2.3-3.diff.gz
  to pool/main/d/dhcpcd/dhcpcd_3.2.3-3.diff.gz
dhcpcd_3.2.3-3.dsc
  to pool/main/d/dhcpcd/dhcpcd_3.2.3-3.dsc
dhcpcd_3.2.3-3_i386.deb
  to pool/main/d/dhcpcd/dhcpcd_3.2.3-3_i386.deb



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.
Simon Kelley <[email protected]> (supplier of updated dhcpcd 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.8
Date: Thu, 29 Jan 2009 20:49:18 +0100
Source: dhcpcd
Binary: dhcpcd
Architecture: source i386
Version: 1:3.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley <[email protected]>
Changed-By: Simon Kelley <[email protected]>
Description: 
 dhcpcd     - DHCP client for automatically configuring IPv4 networking
Closes: 512296
Changes: 
 dhcpcd (1:3.2.3-3) unstable; urgency=low
 .
     * Fix wrong variable used for domain in dhcpcd.sh (closes: #512296)
Checksums-Sha1: 
 60863ba4c5cd871605a3dda0de31714d1dc0df08 936 dhcpcd_3.2.3-3.dsc
 a53c523fdc941ab2b3efa4777920cd5ad4cb2bf4 16122 dhcpcd_3.2.3-3.diff.gz
 a63d3eaefe4c4dbdbfbe3ea5910ff9d22455949b 49068 dhcpcd_3.2.3-3_i386.deb
Checksums-Sha256: 
 92519ffae7d7ecdeec96a44def51d99d9d8a22231558604e42b5d23a28cb9855 936 
dhcpcd_3.2.3-3.dsc
 2d7195a9ce1e68aaa67a82c4698d886de37846db0d1c21117e088cc051e313ec 16122 
dhcpcd_3.2.3-3.diff.gz
 d95040cce37632aaa2937eba452e9c3b5cd638a19594936ace8b33d2ee302103 49068 
dhcpcd_3.2.3-3_i386.deb
Files: 
 174035ff3a6963c2923a6b7160241083 936 net optional dhcpcd_3.2.3-3.dsc
 786576dee51263f59a7202d0cab751a5 16122 net optional dhcpcd_3.2.3-3.diff.gz
 8e399f259f3e05fc13a54d809de5e685 49068 net optional dhcpcd_3.2.3-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJghatKPyGmiibgrcRAvKoAJ0QWQPiryrGt4vnfJwiMVOvZPaSiQCfbwqK
bNh/I3S22cFHExusYJa5/K4=
=Nq9V
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to