From b43e2d3acf68b8f027e0758a638f35089aaa61f0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 4 Feb 2001 11:33:26 +0000 Subject: s/merge2pcitable/merge2pcitable.pl/ --- convert/README.pcitable | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'convert/README.pcitable') diff --git a/convert/README.pcitable b/convert/README.pcitable index c792a3e1..9f9afed0 100644 --- a/convert/README.pcitable +++ b/convert/README.pcitable @@ -2,13 +2,13 @@ # How to merge the pcitable with various source: # # update pciutils -./merge2pcitable pciids /usr/share/pci.ids pcitable > pcitable.new +./merge2pcitable.pl pciids /usr/share/pci.ids pcitable > pcitable.new # with redhat's pcitable in /tmp/rh_pcitable (from kudzu or anaconda) -./merge2pcitable pcitable /tmp/rh_pcitable pcitable > pcitable.new +./merge2pcitable.pl pcitable /tmp/rh_pcitable pcitable > pcitable.new # with a new kernel -./merge2pcitable kernel_pcimap $(echo /lib/modules/2.4.*/modules.pcimap | sed 's/ .*//') pcitable > pcitable.new +./merge2pcitable.pl kernel_pcimap $(echo /lib/modules/2.4.*/modules.pcimap | sed 's/ .*//') pcitable > pcitable.new # checking the pcitable -./merge2pcitable pcitable pcitable pcitable > /dev/null +./merge2pcitable.pl pcitable pcitable pcitable > /dev/null -- cgit v1.2.1