Your message dated Mon, 01 Aug 2005 05:02:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#315309: fixed in dhcp3 3.0.2-3
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Jun 2005 19:58:49 +0000
>From [EMAIL PROTECTED] Tue Jun 21 12:58:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from host186-81.pool80183.interbusiness.it (poison.ath.cx) 
[80.183.81.186] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DkotU-0000Pb-00; Tue, 21 Jun 2005 12:58:49 -0700
Received: by poison.ath.cx (Postfix, from userid 1000)
        id 1B7EE43C; Tue, 21 Jun 2005 22:11:57 +0200 (CEST)
Date: Tue, 21 Jun 2005 22:11:57 +0200
From: Marco Nenciarini <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: [dhcp3-server] Bashism in init script prevents starting with posix 
shell
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="p4qYPpj5QlsIQJ0K"
Content-Disposition: inline
X-Reportbug-Version: 3.15
X-Subliminal-Message: Support the Free Software!
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--p4qYPpj5QlsIQJ0K
Content-Type: multipart/mixed; boundary="zYM0uCDKw75PZbzx"
Content-Disposition: inline


--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: dhcp3-server
Version: 3.0.2-1
Severity: important

In the test_config() function there is a >& operator (without destination).
This prevents execution (with "Bad fd error") on posix shell (tested with
dash and ash)

Patch is attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=3DUTF=
-8)

Versions of packages dhcp3-server depends on:
ii  debconf                     1.4.51       Debian configuration managemen=
t sy
ii  debianutils                 2.13.2       Miscellaneous utilities specif=
ic t
ii  dhcp3-common                3.0.2-1      Common files used by all the d=
hcp3
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared librarie=
s an

dhcp3-server recommends no packages.

-- debconf information:
* dhcp3-server/new_auth_behavior:
* dhcp3-server/interfaces: eth0
* dhcp3-server/config_warn:

--=20
---------------------------------------------------------------------
|    Marco Nenciarini    | Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia       |
---------------------------------------------------------------------
Key fingerprint =3D FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="etc-init.d-dhcp3-server.patch"
Content-Transfer-Encoding: quoted-printable

--- /etc/init.d/dhcp3-server~   2005-06-21 21:58:52.000000000 +0200
+++ /etc/init.d/dhcp3-server    2005-06-21 22:01:09.000000000 +0200
@@ -22,7 +22,7 @@
=20
 test_config()
 {
-       if ! /usr/sbin/dhcpd3 -t >& /dev/null; then
+       if ! /usr/sbin/dhcpd3 -t > /dev/null 2>&1; then
                echo "dhcpd self-test failed. Please fix the config file."
                echo "The error was: "
                /usr/sbin/dhcpd3 -t

--zYM0uCDKw75PZbzx--

--p4qYPpj5QlsIQJ0K
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFCuHSMaGRzDfCV5eQRAnK9AJ9rkk0Kw1qaI9Yyys9Ugn+lJjx7GQCdFpaq
xW4N7apmhEIkWat0av/Frx4=
=kIBY
-----END PGP SIGNATURE-----

--p4qYPpj5QlsIQJ0K--

---------------------------------------
Received: (at 315309-close) by bugs.debian.org; 1 Aug 2005 12:10:28 +0000
>From [EMAIL PROTECTED] Mon Aug 01 05:10:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1DzYzu-0003s0-00; Mon, 01 Aug 2005 05:02:22 -0700
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#315309: fixed in dhcp3 3.0.2-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 01 Aug 2005 05:02:22 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 6

Source: dhcp3
Source-Version: 3.0.2-3

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

dhcp3-client-udeb_3.0.2-3_i386.udeb
  to pool/main/d/dhcp3/dhcp3-client-udeb_3.0.2-3_i386.udeb
dhcp3-client_3.0.2-3_i386.deb
  to pool/main/d/dhcp3/dhcp3-client_3.0.2-3_i386.deb
dhcp3-common_3.0.2-3_i386.deb
  to pool/main/d/dhcp3/dhcp3-common_3.0.2-3_i386.deb
dhcp3-dev_3.0.2-3_i386.deb
  to pool/main/d/dhcp3/dhcp3-dev_3.0.2-3_i386.deb
dhcp3-relay_3.0.2-3_i386.deb
  to pool/main/d/dhcp3/dhcp3-relay_3.0.2-3_i386.deb
dhcp3-server_3.0.2-3_i386.deb
  to pool/main/d/dhcp3/dhcp3-server_3.0.2-3_i386.deb
dhcp3_3.0.2-3.diff.gz
  to pool/main/d/dhcp3/dhcp3_3.0.2-3.diff.gz
dhcp3_3.0.2-3.dsc
  to pool/main/d/dhcp3/dhcp3_3.0.2-3.dsc



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.
Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated dhcp3 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: Mon,  1 Aug 2005 20:20:08 +1000
Source: dhcp3
Binary: dhcp3-client-udeb dhcp3-common dhcp3-relay dhcp3-dev dhcp3-client 
dhcp3-server
Architecture: source i386
Version: 3.0.2-3
Distribution: unstable
Urgency: low
Maintainer: Eloy A. Paris <[EMAIL PROTECTED]>
Changed-By: Andrew Pollock <[EMAIL PROTECTED]>
Description: 
 dhcp3-client - DHCP Client
 dhcp3-client-udeb - DHCP Client for debian-installer (udeb)
 dhcp3-common - Common files used by all the dhcp3* packages
 dhcp3-dev  - API for accessing and modifying the DHCP server and client state
 dhcp3-relay - DHCP Relay
 dhcp3-server - DHCP server for automatic IP address assignment
Closes: 225893 238823 315309 315806 315844 316058 316729 320713
Changes: 
 dhcp3 (3.0.2-3) unstable; urgency=low
 .
   * debian/rules: fixed up installation of client/scripts/debian in build
     target (closes: #320713)
 .
 dhcp3 (3.0.2-2) unstable; urgency=low
 .
   * debian/control: change to Priority: extra
   * debian/dhcp3-server.config: lower priority for interfaces question and
     remove note about requiring configuration (closes: #225893)
   * debian/dhclient-script: avoid any possibility of mv asking questions
     (closes: #238823)
   * debian/control: bumped Standards-Version to 3.5.7
   * debian/dhcp3-server.init.d: removed bashism in test_config() (closes:
     #315309, #316729)
   * Updated Vietnamese debconf template translation (closes: #315806)
   * Updated Dutch debconf template translation (closes: #315844)
   * Updated French debconf template translation (closes: #316058)
Files: 
 396de07f6bf93ccb096b79ea2e3b28a7 749 net extra dhcp3_3.0.2-3.dsc
 7a70ca99d0fce62240f50395571379d4 43505 net extra dhcp3_3.0.2-3.diff.gz
 8e6c26df96e52eb6fedd8e1e806d916a 510680 net extra dhcp3-server_3.0.2-3_i386.deb
 2465d7bb2671cc8b66f48a9e6c7ba444 175938 net extra dhcp3-common_3.0.2-3_i386.deb
 f307908e886dbc63629b3bc0b7634ea8 112320 devel extra dhcp3-dev_3.0.2-3_i386.deb
 50173dba5bd01db88d31ac686a72cd31 419688 net extra dhcp3-client_3.0.2-3_i386.deb
 b7e06cb7c85a92b1f403ea985dcb3aad 147764 debian-installer extra 
dhcp3-client-udeb_3.0.2-3_i386.udeb
 81aa76337ae5fc991cffe0e0b581ccec 321698 net extra dhcp3-relay_3.0.2-3_i386.deb
package-type: udeb

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

iD8DBQFC7gtMIblXXKfZFgIRApcyAJ9CJYXr9yntr54HfjSCL1js2N2FDgCfUd7A
QAaSsNQgY8ML0aKkdHIfIgs=
=Jxau
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to