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

Reply via email to