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

Bug#301859: discover1-data: Typo in reportbug script



Package: discover1-data
Version: 1.2005.01.08
Severity: normal
Tags: patch

There is a small typo in the reporbug script included in
discover1-data.  This make the 'discover'-section always empty.  The
call to 'discover' need to specify which type of device to list, and
'all' is the correct argument to use.  This patch should solve the
problem:

--- /usr/share/bug/discover1-data.orig       2005-01-09 03:38:47.000000000 +0100
+++ /usr/share/bug/discover1-data 2005-03-28 22:09:02.000000000 +0200
@@ -12,4 +12,4 @@
 fi

 echo discover: >&3
-discover --format="%m:%V %M\n" >&3
+discover --format="%m:%V %M\n" all >&3


-- Package-specific info:
lspci:
0000:00:00.0 0600: 8086:1237 (rev 02)
0000:00:00.0 Host bridge: Intel Corp. 440FX - 82441FX PMC [Natoma] (rev 02)
0000:00:0d.0 0000: 8086:0482 (rev 15)
0000:00:0d.0 Non-VGA unclassified device: Intel Corp. 82375EB/SB PCI to EISA Br$0000:00:0e.0 0280: 14b9:0350 (rev 01)
0000:00:0e.0 Network controller: AIRONET Wireless Communications PC4800 (rev 01)0000:00:0f.0 0100: 9004:8078
0000:00:0f.0 SCSI storage controller: Adaptec AIC-7880U
0000:00:10.0 0200: 8086:1229 (rev 08)
0000:00:10.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev$0000:00:12.0 0280: 1050:6692 (rev ff)
0000:00:12.0 Network controller: Winbond Electronics Corp W6692 (rev ff)
0000:00:14.0 0300: 1002:5654 (rev 40)
0000:00:14.0 VGA compatible controller: ATI Technologies Inc 264VT [Mach64 VT] $
discover:

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

-- no debconf information



Reply to: