]> mj.ucw.cz Git - pciutils.git/commitdiff
Moved pci.ids to /usr/share.
authorMartin Mares <mj@ucw.cz>
Sun, 22 Nov 1998 08:55:59 +0000 (08:55 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:09:58 +0000 (14:09 +0200)
Releasing as version 1.09.

ChangeLog
Makefile
lspci.8
pciutils.h
pciutils.lsm
pciutils.spec
setpci.8

index 2cf13e9833d4b650adb9877696d189d8edc2a767..dc76c164048bb82729aeeecf70b2b1baba635705 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 22 10:49:56 1998  Martin Mares  <mj@albireo.ucw.cz>
+
+       * Makefile, pciutils.h: Moved pci.ids to /usr/share.
+
+       * Released as version 1.09.
+
 Wed Nov 18 15:47:05 1998  Martin Mares  <mj@albireo.ucw.cz>
 
        * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
index e4ab6307c316c90cae42f0e736535cb5824e3a70..a7abb06b5a0138e690cac3048d54c1baad0924b3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1998/04/19 11:02:25 mj Exp $
+# $Id: Makefile,v 1.9 1998/11/22 08:56:00 mj Exp $
 # Makefile for Linux PCI Utilities
 # (c) 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
 
@@ -7,8 +7,8 @@ KERN_H=$(shell if [ ! -f pci.h ] ; then echo '-DKERNEL_PCI_H' ; fi)
 OPT=-O2 -fomit-frame-pointer
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wno-unused -Werror -DARCH_$(ARCH) $(KERN_H)
 
-PREFIX=/
-MANPREFIX=/usr
+ROOT=/
+PREFIX=/usr
 
 all: lspci setpci
 
@@ -25,9 +25,11 @@ clean:
        rm -f lspci setpci pci.h
 
 install: all
-       install -o root -g root -m 755 -s lspci setpci $(PREFIX)/sbin
-       install -o root -g root -m 644 pci.ids $(PREFIX)/etc
-       install -o root -g root -m 644 lspci.8 setpci.8 $(MANPREFIX)/man/man8
+       install -o root -g root -m 755 -s lspci setpci $(ROOT)/sbin
+       install -o root -g root -m 644 pci.ids $(PREFIX)/share
+       install -o root -g root -m 644 lspci.8 setpci.8 $(PREFIX)/man/man8
+       # Remove relics from old versions
+       rm -f $(ROOT)/etc/pci.ids
 
 dist: clean
        cp /usr/src/linux/include/linux/pci.h .
diff --git a/lspci.8 b/lspci.8
index 338cb74993f7a26d07c9dbe164c91444ed2971d1..1656dbcb6816cb38f9f46184b6323d76b1fac39b 100644 (file)
--- a/lspci.8
+++ b/lspci.8
@@ -1,4 +1,4 @@
-.TH lspci 8 "19 October 1998" "pciutils-1.08" "Linux PCI Utilities"
+.TH lspci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities"
 .IX lspci
 .SH NAME
 lspci \- list all PCI devices
index 05772e1880b5e359031b607be38e33f21d5590f9..98545003a7508086acf171b253a841e1fcb63d29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     $Id: pciutils.h,v 1.9 1998/10/19 13:40:45 mj Exp $
+ *     $Id: pciutils.h,v 1.10 1998/11/22 08:56:02 mj Exp $
  *
  *     Linux PCI Utilities -- Declarations
  *
 #include "pci.h"
 #endif
 
-#define PCIUTILS_VERSION "1.08"
+#define PCIUTILS_VERSION "1.09"
 
 #define PROC_BUS_PCI "/proc/bus/pci"
-#define ETC_PCI_IDS "/etc/pci.ids"
+#define ETC_PCI_IDS "/usr/share/pci.ids"
 
 /* Types */
 
index ed41ea3789a56ac9acb82ec860e4e8c69293f9ce..4662eef7f19610c7b2c0052f0118bd6d8969aaf6 100644 (file)
@@ -1,7 +1,7 @@
 Begin3
 Title:          Linux PCI Utilities
-Version:        1.08
-Entered-date:   981019
+Version:        1.09
+Entered-date:   981122
 Description:    This package contains various utilities for inspecting and
                setting of devices connected to the PCI bus. Requires
                kernel version 2.1.82 or newer (supporting the /proc/bus/pci
@@ -9,7 +9,7 @@ Description:    This package contains various utilities for inspecting and
 Keywords:       kernel, pci, proc, lspci, setpci
 Author:         mj@atrey.karlin.mff.cuni.cz (Martin Mares)
 Maintained-by:  mj@atrey.karlin.mff.cuni.cz (Martin Mares)
-Primary-site:   atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.08.tar.gz
-Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.08.tar.gz
+Primary-site:   atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.09.tar.gz
+Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.09.tar.gz
 Copying-policy: GPL
 End
index e4326cefe4e167348965673a9be0c625263d66db..a550c0d876c2f7fe2977a39e219cba5146ff7747 100644 (file)
@@ -1,5 +1,5 @@
 Name:          pciutils
-Version:       1.08
+Version:       1.09
 Release:       1
 Source:                ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
 Copyright:     GNU GPL
index 275d09b7b612fb7c747d74fc9360873784f9dc19..d7f68e180f06e2fc8b64112413147faf71ec1bad 100644 (file)
--- a/setpci.8
+++ b/setpci.8
@@ -1,4 +1,4 @@
-.TH setpci 8 "19 October 1998" "pciutils-1.08" "Linux PCI Utilities"
+.TH setpci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities"
 .IX setpci
 .SH NAME
 lspci \- configure PCI devices