summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--lst/Makefile10
2 files changed, 6 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index e4a627f0..ed7c84c8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -25,7 +25,7 @@ Danny Tholen <danny@mailmij.org>
Daouda Lo
Dave Seff <dseff1@nyc.rr.com>
Erwan Velu
-Fançois Pons
+Fançois Pons
Frederic Lepied
Funda Wang
Gary Brack <gbrack@huey.jpl.nasa.gov>
diff --git a/lst/Makefile b/lst/Makefile
index 0e59c396..1281f21c 100644
--- a/lst/Makefile
+++ b/lst/Makefile
@@ -47,20 +47,20 @@ $(TABLES3):
gzip -vc9 ScannerDB > ScannerDB.gz
new-usb-ids:
- @curl -O http://www.linux-usb.org/usb.ids
+ @curl --compressed -O http://www.linux-usb.org/usb.ids
new-pci-ids:
- @curl -O http://pciids.sourceforge.net/pci.ids
+ @curl --compressed -O http://pciids.sourceforge.net/pci.ids
new-oui-txt:
- @curl -O http://standards.ieee.org/develop/regauth/oui/oui.txt
+ @curl --compressed -O http://standards.ieee.org/develop/regauth/oui/oui.txt
install: $(TMP_TABLES) $(TABLES3)
for i in $(TABLES); do \
mkdir -p $(dir)/$$i.d ; \
(echo "# This file was created:" `date '+%Y-%m-%d %H:%M:%S (%z)'` ; \
- echo "# !! The latest version is available via SVN at" ; \
- echo "# http://svn.mandriva.com/svn/soft/ldetect-lst/" ; \
+ echo "# !! The latest version is available via git at" ; \
+ echo "# http://gitweb.mageia.org/software/ldetect-lst/" ; \
cat $$i.tmp \
) > $(dir)/$$i.d/90default.lst; done