diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-05-11 14:32:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-05-11 14:32:14 +0000 |
commit | 73ea825fad08d30fe13f0f7c68308e0755f0c9ec (patch) | |
tree | 73862330c79eb8a13a372cdf1250ee0b40a96f8f | |
parent | af852a9555204a6a937f39706856f6104b7620aa (diff) | |
download | ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.tar ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.tar.gz ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.tar.bz2 ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.tar.xz ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.zip |
s/mandrakesoft/mandriva/
-rw-r--r-- | AUTHORS | 32 | ||||
-rw-r--r-- | convert/README.pcitable | 2 | ||||
-rw-r--r-- | lst/Makefile | 2 |
3 files changed, 18 insertions, 18 deletions
@@ -1,7 +1,7 @@ Maintainers: ============ -Pixel <pixel@mandrakesoft.com> -Thierry Vignaud <tvignaud@mandrakesoft.com> +Pixel <pixel@mandriva.com> +Thierry Vignaud <tvignaud@mandriva.com> Contributors: ============= @@ -13,8 +13,8 @@ Alojz Stanich <ostijarej@volja.net> Andre <andre@node1583e.a2000.nl> Andres Kaaber Angelo Naselli -Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> -Arnaud Patard <apatard@mandrakesoft.com> +Arnaud de Lorbeau +Arnaud Patard <apatard@mandriva.com> Berthy Bruno Thomsen <bruno.thomsen@get2net.dk> Chmouel Boudjnah @@ -22,42 +22,42 @@ Christiaan Welvaar Dam's Damien Chaumette Danny Tholen <danny@mailmij.org> -Daouda Lo <daouda@mandrakesoft.com> +Daouda Lo <daouda@mandriva.com> Dave Seff <dseff1@nyc.rr.com> Erwan Velu Fançois Pons -Frederic Lepied <flepied@mandrakesoft.com> +Frederic Lepied <flepied@mandriva.com> Funda Wang Gary Brack <gbrack@huey.jpl.nasa.gov> Greg Sarsons <gsarsons@home.com>) -Gregory Letoquart <gletoquart@mandrakesoft.com> +Gregory Letoquart Guillaume Cottenceau -Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> +Gwenole Beauchesne <gbeauchesne@mandriva.com> Ian White <iwhite@victoria.tc.ca> Jaco Greeff <jaco@puxedo.org> Jean-Michel Dault Jorg <jorgp@bartnet.net> -Juan Quintela <quintela@mandrakesoft.com> +Juan Quintela Jure Repinc <jlp@holodeck1.com> Kozak Daniel <pleusicles@freemail.hu> Marek Laane Michael Braun Mickael Bouillard <rylecqfd@hotmail.com> Neoclust -Nicolas Planel <nplanel@mandrakesoft.com> +Nicolas Planel Olivier Thauvin <thauvin@aerov.jussieu.fr> -Pablo Saratxaga <pablo@mandrakesoft.com> +Pablo Saratxaga <pablo@mandriva.com> Pascal <pascalc6@wanadoo.fr> Pascal Cavy <pascal@vmfacility.fr> R.I.P. Deaddog <maddog@linuxhall.org> Rolf Pedersen <rolfpedersen@mindspring.com> -Stefan Siegel <siegel@linux-mandrake.com> +Stefan Siegel Stefan van der Eijk -Stew Benedict <sbenedict@mandrakesoft.com> +Stew Benedict <sbenedict@mandriva.com> Sylvain Vignaud Thomas Poindessous <poinde_t@epita.fr> Thomas Spuhler -Till Kamppeter <till@mandrakesoft.com> -Vincent Guardiola <vguardiola@mandrakesoft.com> -Warly <warly@mandrakesoft.com> +Till Kamppeter <till@mandriva.com> +Vincent Guardiola <vguardiola@mandriva.com> +Warly <warly@mandriva.com> Yves Duret diff --git a/convert/README.pcitable b/convert/README.pcitable index 591f41d9..d0f63be7 100644 --- a/convert/README.pcitable +++ b/convert/README.pcitable @@ -17,7 +17,7 @@ rm -f vendors.txt ; wget http://www.yourvote.com/pci/vendors.txt # Another one rm -f pcids.htm ; wget http://www.begent.co.uk/pcids.htm ./merge2pcitable.pl begent_pcids_htm pcids.htm pcitable > pcitable.new -# you can also try the following. BUT be careful when choosing cards needing subids. Ask pixel@mandrakesoft.com first! +# you can also try the following. BUT be careful when choosing cards needing subids. Ask pixel@mandriva.com first! ./merge2pcitable.pl --keep-subids begent_pcids_htm pcids.htm pcitable > pcitable.new # http://members.hyperlink.net.au/~chart/download/pcidevs.txt diff --git a/lst/Makefile b/lst/Makefile index a428af15..6d2d39e3 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -40,7 +40,7 @@ install: $(TMP_TABLES) $(TABLES3) (echo "# This file was created:" `date '+%Y-%m-%d %H:%M:%S (%z)'` ; \ echo "# !! The latest version is available via CVS at" ; \ echo "# export CVS_RSH=ssh" ; \ - echo "# export CVSROOT=:ext:anoncvs@cvs.mandrakesoft.com:/cooker" ; \ + echo "# export CVSROOT=:ext:anoncvs@cvs.mandriva.com:/cooker" ; \ echo "# cvs checkout soft/$(project) (password \`\`cvs'')" ; \ cat $$i.tmp \ ) > $(dir)/$$i.d/90default.lst; done |