summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-03-11 17:13:04 +0000
committerRussell Bryant <russell@russellbryant.com>2005-03-11 17:13:04 +0000
commit5dc4b018a4014d2237b87da8c1773a0fa0e8136f (patch)
treec204070361ac7c0fe2276ae496bba5b396b12493 /contrib
parentdbd42a645f2a9906aac3af2163968edfb51590d9 (diff)
updates from angler
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5169 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/autosupport2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index 5cf932dd0..fa3b59688 100755
--- a/contrib/scripts/autosupport
+++ b/contrib/scripts/autosupport
@@ -32,7 +32,7 @@ if [ "$ans" = "y" ]; then
echo "------------------" >> $OUTPUT;
echo "PCI LIST " >> $OUTPUT;
echo "------------------" >> $OUTPUT;
- lspci -v >> $OUTPUT;
+ lspci -vb >> $OUTPUT;
echo >> $OUTPUT;
echo >> $OUTPUT;