diff options
author | Tom Gundersen <teg@jklm.no> | 2012-11-09 15:35:11 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-11-09 15:36:25 +0100 |
commit | 43f9cc65c2caa679019c3cfbd1aff66c6c59d410 (patch) | |
tree | 536caac42e9882c891d652bc8a46c3b2c7883f8a /hwdb/ids-update.pl | |
parent | 09d8f5d757515122d7b726218e249621e564157c (diff) |
hwdb: change pci.ids location
According to pciutils' TODO, the sourceforge location is scheduled for
removal, use the new one instead.
Diffstat (limited to 'hwdb/ids-update.pl')
-rwxr-xr-x | hwdb/ids-update.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hwdb/ids-update.pl b/hwdb/ids-update.pl index c96c95fd3b..b21a3d8f59 100755 --- a/hwdb/ids-update.pl +++ b/hwdb/ids-update.pl @@ -113,7 +113,7 @@ sub pci_vendor { open(OUT, ">", "20-pci-vendor-product.hwdb"); print(OUT "# This file is part of systemd.\n" . "#\n" . - "# Data imported and updated from: http://pciids.sourceforge.net/v2.2/pci.ids\n"); + "# Data imported and updated from: http://pci-ids.ucw.cz/v2.2/pci.ids\n"); while (my $line = <IN>) { $line =~ s/\s+$//; @@ -162,7 +162,7 @@ sub pci_classes { open(OUT, ">", "20-pci-classes.hwdb"); print(OUT "# This file is part of systemd.\n" . "#\n" . - "# Data imported and updated from: http://pciids.sourceforge.net/v2.2/pci.ids\n"); + "# Data imported and updated from: http://pci-ids.ucw.cz/v2.2/pci.ids\n"); while (my $line = <IN>) { $line =~ s/\s+$//; |