[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#283861: marked as done (typo in dhcp.c: adhoc -> ad-hoc)



Your message dated Wed, 02 Feb 2005 18:47:24 -0500
with message-id <E1CwUDU-00010k-00@newraff.debian.org>
and subject line Bug#282407: fixed in netcfg 1.07.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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Dec 2004 21:39:08 +0000
>From mbauer@tiscali.fr Wed Dec 01 13:39:08 2004
Return-path: <mbauer@tiscali.fr>
Received: from mx-out.tiscali.fr (mail.libertysurf.net) [213.36.80.91] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CZcBn-0003Lc-00; Wed, 01 Dec 2004 13:39:08 -0800
Received: from [83.156.133.16] (83.156.133.16) by mail.libertysurf.net (7.1.026)
        id 41A46BF5001F08BF for submit@bugs.debian.org; Wed, 1 Dec 2004 22:38:36 +0100
Subject: typo in dhcp.c: adhoc -> ad-hoc
From: Marcus Bauer <mbauer@tiscali.fr>
To: submit@bugs.debian.org
Content-Type: text/plain
Date: Wed, 01 Dec 2004 22:38:35 +0100
Message-Id: <1101937115.3371.17.camel@localhost.localdomain>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.2 
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: netcfg
Version: 1.07
Severity: important

There seems to be a typo in dhcp.c line 52 (function netcfg_write_dhcp):
a hyphen is missing in "ad-hoc".

52c52
<               (mode == MANAGED) ? "managed" : "ad-hoc");
---
>               (mode == MANAGED) ? "managed" : "adhoc");

Furthermore the essid does not get written to /etc/network/interfaces.
Instead it simply writes "any" although the code seems to be there (line
53).

Tested with the d-i netinst-cd 2004-11-30.


This bug is a duplicate of bug# 282407 which is clone of an installation
report and therefore lacks clarity.



---------------------------------------
Received: (at 282407-close) by bugs.debian.org; 2 Feb 2005 23:53:23 +0000
>From katie@ftp-master.debian.org Wed Feb 02 15:53:23 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CwUJH-0003xX-00; Wed, 02 Feb 2005 15:53:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CwUDU-00010k-00; Wed, 02 Feb 2005 18:47:24 -0500
From: Joey Hess <joeyh@debian.org>
To: 282407-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#282407: fixed in netcfg 1.07.1
Message-Id: <E1CwUDU-00010k-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 02 Feb 2005 18:47:24 -0500
Delivered-To: 282407-close@bugs.debian.org
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: netcfg
Source-Version: 1.07.1

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

netcfg-dhcp_1.07.1_i386.udeb
  to pool/main/n/netcfg/netcfg-dhcp_1.07.1_i386.udeb
netcfg-static_1.07.1_i386.udeb
  to pool/main/n/netcfg/netcfg-static_1.07.1_i386.udeb
netcfg_1.07.1.dsc
  to pool/main/n/netcfg/netcfg_1.07.1.dsc
netcfg_1.07.1.tar.gz
  to pool/main/n/netcfg/netcfg_1.07.1.tar.gz
netcfg_1.07.1_i386.udeb
  to pool/main/n/netcfg/netcfg_1.07.1_i386.udeb



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 282407@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated netcfg 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed,  2 Feb 2005 18:31:11 -0500
Source: netcfg
Binary: netcfg-static netcfg-dhcp netcfg
Architecture: source i386
Version: 1.07.1
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 netcfg     - Configure the network (udeb)
 netcfg-dhcp - Configure the network via DHCP (udeb)
 netcfg-static - Configure a static network (udeb)
Closes: 282407
Changes: 
 netcfg (1.07.1) unstable; urgency=low
 .
   * Joshua Kwan
     - Fix adhoc -> ad-hoc typo in dhcp.c. (closes: #282407)
   * Christian Perrier
     - Add a note to translators about the maximum length of
       individual Choices translations for Select templates
   * Includes fixes for substitutions in translated templates.
   * Updated translations:
     - Bosnian (bs.po) by Safir Å eÄ?eroviÄ?
     - Catalan (ca.po) by Jordi Mallach
     - Czech (cs.po) by Miroslav Kure
     - Danish (da.po) by Claus Hindsgaul
     - German (de.po) by Dennis Stampfer
     - French (fr.po) by French Team
     - Korean (ko.po) by Changwoo Ryu
     - Lithuanian (lt.po) by KÄ?stutis BiliÅ«nas
     - Bøkmal, Norwegian (nb.po) by Hans Fredrik Nordhaug
     - Dutch (nl.po) by Bart Cornelis
     - Norwegian Nynorsk (nn.po) by HÃ¥vard Korsvoll
     - Polish (pl.po) by Bartosz Fenski
     - Romanian (ro.po) by Eddy Petrisor
Files: 
 d21ecd88b1501dcd6203e821d185ba18 891 debian-installer optional netcfg_1.07.1.dsc
 4b8ac4e0de6d64422151b17e2d533a28 186353 debian-installer optional netcfg_1.07.1.tar.gz
 9ffa04bc94aef37abce11bb4b37c702e 157400 debian-installer optional netcfg_1.07.1_i386.udeb
 4097e4ac949f75ff795524cda7a9807a 123338 debian-installer optional netcfg-dhcp_1.07.1_i386.udeb
 e362f6a60b559f16736854637a9e9462 118788 debian-installer optional netcfg-static_1.07.1_i386.udeb
package-type: udeb

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

iD8DBQFCAWNz2tp5zXiKP0wRAnqpAKCBv3rChM+pTyCyPIGe7GsAizb42QCgtkKa
/1qaLvWBo5BhmEHmeDZOTCU=
=Oi9N
-----END PGP SIGNATURE-----



Reply to: