Your message dated Sat, 20 Oct 2007 11:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#406907: fixed in bridge-utils 1.2-2
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: bridge-utils
Version: 1.2-1
Severity: minor
Tags: patch

Hi,

When running brctl with a fool argument:
# brctl blah
never heard of command [(null)]

With this patch:
# brctl blah
never heard of command [blah]

That seems better.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages bridge-utils depends on:
ii  libc6                       2.3.6.ds1-10 GNU C Library: Shared libraries

Versions of packages bridge-utils recommends:
ii  ifupdown                      0.6.8      high level tools to configure netw

-- no debconf information

-- 
Julien Danjou
// Λ̊ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// This is the end of my signature.
--- brctl.c	2007-01-15 00:30:46.000000000 +0100
+++ brctl.jd.c	2007-01-15 00:30:41.000000000 +0100
@@ -70,7 +70,7 @@
 	argv += optind;
 
 	if ((cmd = command_lookup(*argv)) == NULL) {
-		fprintf(stderr, "never heard of command [%s]\n", argv[1]);
+		fprintf(stderr, "never heard of command [%s]\n", argv[0]);
 		goto help;
 	}
 	

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: bridge-utils
Source-Version: 1.2-2

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

bridge-utils_1.2-2.diff.gz
  to pool/main/b/bridge-utils/bridge-utils_1.2-2.diff.gz
bridge-utils_1.2-2.dsc
  to pool/main/b/bridge-utils/bridge-utils_1.2-2.dsc
bridge-utils_1.2-2_i386.deb
  to pool/main/b/bridge-utils/bridge-utils_1.2-2_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.
Santiago Garcia Mantinan <[EMAIL PROTECTED]> (supplier of updated bridge-utils 
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, 15 Oct 2007 22:57:46 +0200
Source: bridge-utils
Binary: bridge-utils
Architecture: source i386
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Santiago Garcia Mantinan <[EMAIL PROTECTED]>
Changed-By: Santiago Garcia Mantinan <[EMAIL PROTECTED]>
Description: 
 bridge-utils - Utilities for configuring the Linux ethernet bridge
Closes: 405215 406907 410277 431860
Changes: 
 bridge-utils (1.2-2) unstable; urgency=low
 .
   * Fix port no and id reading from sysfs (taken from git).
   * Fix segfault on bridge named "bridge", thanks Robert. Closes: #431860.
   * Fix printing of unknown commands, thanks Julien. Closes: #406907.
   * Fix the FAQ url. Closes: #410277.
   * Apply the regexp patch. Closes: #405215.
Files: 
 cb3cd4142fc502899e3d49a8d8543f01 595 net optional bridge-utils_1.2-2.dsc
 e1e1b1ffc3a0e7afa8616ed52755ee53 11379 net optional bridge-utils_1.2-2.diff.gz
 6864d3c69bd75f18ca90c0596d67f117 29128 net optional bridge-utils_1.2-2_i386.deb

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

iD8DBQFHGRtPcv3CBfajKo4RAu4uAKCTyqXRRcifUQX8XankK20xAUEmnwCdHLpQ
vYWSNY4XJB3gb0ucgReyr/w=
=Ui7A
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to